| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp
|
| index 299be691a410dfe162b5ddb87e211b8f507eabde..c3b871491be7b8da7f2f8790e0310ba08ecfd6ae 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp
|
| @@ -266,7 +266,7 @@ bool LayoutSVGShape::nodeAtFloatPoint(HitTestResult& result,
|
| result.hitTestRequest(),
|
| style()->pointerEvents());
|
| if (nodeAtFloatPointInternal(result.hitTestRequest(), localPoint, hitRules)) {
|
| - const LayoutPoint& localLayoutPoint = roundedLayoutPoint(localPoint);
|
| + const LayoutPoint& localLayoutPoint = LayoutPoint(localPoint);
|
| updateHitTestResult(result, localLayoutPoint);
|
| if (result.addNodeToListBasedTestResult(element(), localLayoutPoint) ==
|
| StopHitTesting)
|
|
|