Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 71508a2694881b44086db5b4b0fabbd540af4854
https://github.com/WebKit/WebKit/commit/71508a2694881b44086db5b4b0fabbd540af4854
Author: Said Abou-Hallawa <[email protected]>
Date: 2026-01-30 (Fri, 30 Jan 2026)
Changed paths:
M Source/WebCore/platform/graphics/filters/FEDropShadow.cpp
M Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp
Log Message:
-----------
[Filters] Make enabling CoreGraphics drop-shadow and blur effects be
controlled by one directive switch
https://bugs.webkit.org/show_bug.cgi?id=306630
rdar://167698399
Reviewed by Simon Fraser.
Make code clearer about what is needed to be fixed and hide internal framework
detailed issues.
* Source/WebCore/platform/graphics/filters/FEDropShadow.cpp:
(WebCore::FEDropShadow::supportedFilterRenderingModes const):
* Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp:
(WebCore::FEGaussianBlur::supportedFilterRenderingModes const):
No need to check whether preferredFilterRenderingModes contains GraphicsContext,
`modes` will be AND-ed with preferredFilterRenderingModes.
Canonical link: https://commits.webkit.org/306531@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications