| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp
|
| index 51e404b22cfd7d66149eaddd9a189b19e4668647..c49dccecaca90366e94c3ee6f092369eece6e2ff 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp
|
| @@ -125,7 +125,7 @@ bool LayoutSVGImage::nodeAtFloatPoint(HitTestResult& result, const FloatPoint& p
|
| bool isVisible = (style()->visibility() == EVisibility::Visible);
|
| if (isVisible || !hitRules.requireVisible) {
|
| FloatPoint localPoint;
|
| - if (!SVGLayoutSupport::transformToUserSpaceAndCheckClipping(this, localToSVGParentTransform(), pointInParent, localPoint))
|
| + if (!SVGLayoutSupport::transformToUserSpaceAndCheckClipping(*this, localToSVGParentTransform(), pointInParent, localPoint))
|
| return false;
|
|
|
| if (hitRules.canHitFill || hitRules.canHitBoundingBox) {
|
|
|