| 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 2123c63d097f7e428309ac2c360f4e9d56a82856..5d6930866a88cb43f9dbfe1682c7d8d66f02195e 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
| @@ -112,7 +112,7 @@ LayoutRect SVGLayoutSupport::clippedOverflowRectForPaintInvalidation(const Layou
|
| LayoutRect rect;
|
| const LayoutSVGRoot& svgRoot = mapRectToSVGRootForPaintInvalidation(object,
|
| paintInvalidationRect, rect, strokeWidthForHairlinePadding);
|
| - svgRoot.mapToVisibleRectInAncestorSpace(paintInvalidationContainer, rect, paintInvalidationState);
|
| + svgRoot.mapToVisibleRectInAncestorSpace(paintInvalidationContainer, rect, nullptr);
|
| return rect;
|
| }
|
|
|
|
|