| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
|
| index 2678f0f6459c05bf75998e019a83cd8d43f3b8c7..7a74cd77b9b53809b7c27d04914bf85e81cbe8c4 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
|
| @@ -233,7 +233,7 @@ void LayoutSVGResourceClipper::calculateLocalClipBounds()
|
| bool LayoutSVGResourceClipper::hitTestClipContent(const FloatRect& objectBoundingBox, const FloatPoint& nodeAtPoint)
|
| {
|
| FloatPoint point = nodeAtPoint;
|
| - if (!SVGLayoutSupport::pointInClippingArea(this, point))
|
| + if (!SVGLayoutSupport::pointInClippingArea(*this, point))
|
| return false;
|
|
|
| if (clipPathUnits() == SVGUnitTypes::kSvgUnitTypeObjectboundingbox) {
|
|
|