| Index: third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
| index 8096a3ebca90be66646c87bc5bbcf17102d44c04..5686f3d5bf2aed376edfa149b797e9f4d813b3ee 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
| @@ -98,7 +98,7 @@ LayoutRect SVGLayoutSupport::clippedOverflowRectForPaintInvalidation(const Layou
|
| LayoutRect rect;
|
| const LayoutSVGRoot& svgRoot = mapRectToSVGRootForPaintInvalidation(object,
|
| paintInvalidationRect, rect, strokeWidthForHairlinePadding);
|
| - svgRoot.mapRectToPaintInvalidationBacking(paintInvalidationContainer, rect, paintInvalidationState);
|
| + svgRoot.mapToVisibleRectInContainerSpace(paintInvalidationContainer, rect, paintInvalidationState);
|
| return rect;
|
| }
|
|
|
|
|