Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b83400bc63a873d5e2e0668f62b73af44d66c545 https://github.com/WebKit/WebKit/commit/b83400bc63a873d5e2e0668f62b73af44d66c545 Author: Fujii Hironori <fu...@igalia.com> Date: 2025-08-20 (Wed, 20 Aug 2025)
Changed paths: A LayoutTests/css3/filters/drop-shadow-current-color-expected.html A LayoutTests/css3/filters/drop-shadow-current-color.html M LayoutTests/platform/mac-wk1/TestExpectations M Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.cpp M Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.cpp Log Message: ----------- [Coordinated Graphics][GraphicsLayerTextureMapper] Crash with an animation of drop-shadow and currentColor https://bugs.webkit.org/show_bug.cgi?id=297499 Reviewed by Miguel Gomez. After <https://commits.webkit.org/293027@main> added a new filter type DropShadowWithStyleColor to support the drop-shadow filter with currentColor, a crash happened in TextureMapperLayer::paintSelfAndChildrenWithIntermediateSurface if a content has an animation of the filter. GraphicsLayerCA doesn't accept animaitons of any drop-shadow filter. Do the same thing for GraphicsLayerCoordinated and GraphicsLayerTextureMapper too. * LayoutTests/css3/filters/drop-shadow-current-color-expected.html: Added. * LayoutTests/css3/filters/drop-shadow-current-color.html: Added. * LayoutTests/platform/mac-wk1/TestExpectations: * Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.cpp: (WebCore::GraphicsLayerTextureMapper::addAnimation): * Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.cpp: (WebCore::GraphicsLayerCoordinated::addAnimation): Canonical link: https://commits.webkit.org/298987@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes