[webkit-changes] [WebKit/WebKit] 4b8a40: Fix break with LAYER_BASED_SVG_ENGINE disabled aft...

ykimot noreply at github.com
Fri Dec 8 18:00:13 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4b8a40f948e610010bc2f931f431ed69c0c2d48e
      https://github.com/WebKit/WebKit/commit/4b8a40f948e610010bc2f931f431ed69c0c2d48e
  Author: Yousuke Kimoto <yousuke.kimoto at sony.com>
  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 at 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




More information about the webkit-changes mailing list