Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8efe17ed73a3c9e559885d1e96974d9444350ba7
https://github.com/WebKit/WebKit/commit/8efe17ed73a3c9e559885d1e96974d9444350ba7
Author: Kimmo Kinnunen <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M Source/WebCore/platform/graphics/cg/GraphicsContextCG.cpp
Log Message:
-----------
GraphicsContextCG::fillRectWithRoundedHole changes state flags
https://bugs.webkit.org/show_bug.cgi?id=321912
rdar://185087562
Reviewed by Mike Wyrzykowski.
Mutating the GraphicsContext state for fillRectWithRoundedHole
implementation. Instead, set CGContext state directly.
This way the GraphicsContext the flags tracking changes between
save/restore is preserved, making it easier to optimize save/restore
stack.
* Source/WebCore/platform/graphics/cg/GraphicsContextCG.cpp:
(WebCore::GraphicsContextCG::fillRectWithRoundedHole):
Canonical link: https://commits.webkit.org/319297@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications