Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: 13703565cdf1f61c41dde7ba4ddb0f84b411cab5
https://github.com/WebKit/WebKit/commit/13703565cdf1f61c41dde7ba4ddb0f84b411cab5
Author: Lauro Moura <[email protected]>
Date: 2026-01-21 (Wed, 21 Jan 2026)
Changed paths:
M Source/WebCore/platform/graphics/filters/FilterOperation.cpp
Log Message:
-----------
Cherry-pick 305934@main (76a9da722072).
https://bugs.webkit.org/show_bug.cgi?id=305902
REGRESSION(305629@main) [Coordinated Graphics] Assertion failure in
DropShadowFilterOperation::blend() with drop-shadow filter animation
https://bugs.webkit.org/show_bug.cgi?id=305902
Reviewed by Fujii Hironori.
305629@main added an assertion that DropShadowFilterOperation::blend()
should only run in the UI process. However, Coordinated Graphics performs
filter animation blending in the Web process via TextureMapperAnimation.
Guard the assertion for non-Coordinated Graphics platforms.
No new tests, css3/filters/drop-shadow-current-color.html now passes
in Debug builds.
* Source/WebCore/platform/graphics/filters/FilterOperation.cpp:
(WebCore::DropShadowFilterOperation::blend):
Canonical link: https://commits.webkit.org/305934@main
Canonical link: https://commits.webkit.org/305877.2@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications