Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 57d0eed5c48aa2b588af76c6a81b189cb61f7e16
https://github.com/WebKit/WebKit/commit/57d0eed5c48aa2b588af76c6a81b189cb61f7e16
Author: Charlie Wolfe <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M Source/WebCore/platform/graphics/GraphicsContextState.cpp
Log Message:
-----------
GraphicsContextState::mergeAllChanges records the wrong change flags for
ImageInterpolationQuality and TextDrawingMode
https://bugs.webkit.org/show_bug.cgi?id=316763
rdar://179209867
Reviewed by Pascoe.
The two mergeChange() calls for image interpolation quality and text drawing
mode were passed each
other's member pointer. Pair each with its matching member.
* Source/WebCore/platform/graphics/GraphicsContextState.cpp:
(WebCore::GraphicsContextState::mergeAllChanges):
Canonical link: https://commits.webkit.org/314938@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications