| Index: third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| index 64dbddea416c0fa93e3dcc8862438c7954618fe5..1ed4a6bec297884d3bc20887d824d40eab5cc204 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| @@ -339,7 +339,7 @@ bool SVGSVGElement::checkIntersectionOrEnclosure(
|
| AffineTransform ctm = toSVGGraphicsElement(element).computeCTM(
|
| AncestorScope, DisallowStyleUpdate, this);
|
| FloatRect mappedRepaintRect =
|
| - ctm.mapRect(layoutObject->paintInvalidationRectInLocalSVGCoordinates());
|
| + ctm.mapRect(layoutObject->visualRectInLocalSVGCoordinates());
|
|
|
| bool result = false;
|
| switch (mode) {
|
|
|