| 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 53fc3f9421a808dda7426fd8606548d74f6ff9c1..4a5ad33711074fbe8eb79fdc9524b786b898657d 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp
|
| @@ -173,7 +173,7 @@ bool LayoutSVGImage::nodeAtFloatPoint(HitTestResult& result,
|
|
|
| if (hitRules.canHitFill || hitRules.canHitBoundingBox) {
|
| if (m_objectBoundingBox.contains(localPoint)) {
|
| - const LayoutPoint& localLayoutPoint = roundedLayoutPoint(localPoint);
|
| + const LayoutPoint& localLayoutPoint = LayoutPoint(localPoint);
|
| updateHitTestResult(result, localLayoutPoint);
|
| if (result.addNodeToListBasedTestResult(element(), localLayoutPoint) ==
|
| StopHitTesting)
|
|
|