| 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 39ae107b87d9f7e87d649979cd67d40b998206ee..885c988e5f8bc9cd769ad4dfd43ba322bf990aff 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
|
| @@ -332,8 +332,8 @@ bool SVGSVGElement::CheckIntersectionOrEnclosure(
|
| if (!IsIntersectionOrEnclosureTarget(layout_object))
|
| return false;
|
|
|
| - AffineTransform ctm = ToSVGGraphicsElement(element).ComputeCTM(
|
| - kAncestorScope, kDisallowStyleUpdate, this);
|
| + AffineTransform ctm =
|
| + ToSVGGraphicsElement(element).ComputeCTM(kAncestorScope, this);
|
| FloatRect mapped_repaint_rect =
|
| ctm.MapRect(layout_object->VisualRectInLocalSVGCoordinates());
|
|
|
|
|