Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp |
index 1a0da090adb420da1ecbea8e8f7236019ac8f197..e1faa50212cfaed22db1bca5633be343ce6af9c8 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp |
@@ -420,7 +420,7 @@ bool LayoutSVGText::nodeAtFloatPoint(HitTestResult& result, const FloatPoint& po |
if (hitRules.canHitBoundingBox && !objectBoundingBox().contains(localPoint)) |
return false; |
- HitTestLocation hitTestLocation(LayoutPoint(flooredIntPoint(localPoint))); |
+ HitTestLocation hitTestLocation(localPoint); |
return LayoutBlock::nodeAtPoint(result, hitTestLocation, LayoutPoint(), hitTestAction); |
} |
} |