Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4b8a40f948e610010bc2f931f431ed69c0c2d48e
https://github.com/WebKit/WebKit/commit/4b8a40f948e610010bc2f931f431ed69c0c2d48e
Author: Yousuke Kimoto <[email protected]>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M Source/WebCore/rendering/svg/RenderSVGInline.cpp
Log Message:
-----------
Fix break with LAYER_BASED_SVG_ENGINE disabled after 271550@main
https://bugs.webkit.org/show_bug.cgi?id=265986
Reviewed by Don Olmstead.
"context" in RenderSVGInline::rectsForRepaintingAfterLayout() is no longer used.
To fix the build break, deleting the line.
* Source/WebCore/rendering/svg/RenderSVGInline.cpp: deleted a line that uses
"context".
(WebCore::RenderSVGInline::clippedOverflowRect const):
Canonical link: https://commits.webkit.org/271775@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes