Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f7531aa2152949467c8de05208867cd7b2966e1b
https://github.com/WebKit/WebKit/commit/f7531aa2152949467c8de05208867cd7b2966e1b
Author: Taher Ali <[email protected]>
Date: 2026-03-26 (Thu, 26 Mar 2026)
Changed paths:
M Source/WebCore/platform/graphics/filters/FEDropShadow.cpp
M Source/WebCore/platform/graphics/filters/FEFlood.cpp
Log Message:
-----------
Remove ColorSerialization dependency from FEFlood and FEDropShadow
https://bugs.webkit.org/show_bug.cgi?id=310816
rdar://problem/173410855
Reviewed by Simon Fraser.
TextStream's operator<< for Color already calls serializationForRenderTreeAsText
internally, so the explicit include and call are redundant.
* Source/WebCore/platform/graphics/filters/FEDropShadow.cpp:
(WebCore::FEDropShadow::externalRepresentation const):
* Source/WebCore/platform/graphics/filters/FEFlood.cpp:
(WebCore::FEFlood::externalRepresentation const):
Canonical link: https://commits.webkit.org/310024@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications