| 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..1b5d26351085c62b4df1eefd0deea658f9901c55 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, paintInvalidationState, false);
|
| return rect;
|
| }
|
|
|
|
|