Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp |
index 5770859606b4089fd05c57f4d555d112b7ad959a..7c9a97c2580f04fd9cff1f7656748b6341028201 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp |
@@ -137,7 +137,7 @@ bool LayoutSVGForeignObject::nodeAtFloatPoint(HitTestResult& result, const Float |
return false; |
// FOs establish a stacking context, so we need to hit-test all layers. |
- HitTestLocation hitTestLocation(roundedLayoutPoint(localPoint)); |
+ HitTestLocation hitTestLocation(localPoint); |
return LayoutBlock::nodeAtPoint(result, hitTestLocation, LayoutPoint(), HitTestForeground) |
|| LayoutBlock::nodeAtPoint(result, hitTestLocation, LayoutPoint(), HitTestFloat) |
|| LayoutBlock::nodeAtPoint(result, hitTestLocation, LayoutPoint(), HitTestChildBlockBackgrounds); |