Index: third_party/WebKit/Source/core/layout/LayoutPart.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.cpp b/third_party/WebKit/Source/core/layout/LayoutPart.cpp |
index f0a1809b12143e7c16126ca43e8c47c854654216..9156c0cfbe3164f903774787c39169fdc356dbee 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutPart.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutPart.cpp |
@@ -178,7 +178,7 @@ bool LayoutPart::nodeAtPoint(HitTestResult& result, |
LayoutPoint adjustedLocation = accumulatedOffset + location(); |
LayoutPoint contentOffset = LayoutPoint(borderLeft() + paddingLeft(), |
borderTop() + paddingTop()) - |
- LayoutSize(childFrameView->scrollOffset()); |
+ LayoutSize(childFrameView->scrollOffsetInt()); |
HitTestLocation newHitTestLocation(locationInContainer, |
-adjustedLocation - contentOffset); |
HitTestRequest newHitTestRequest(result.hitTestRequest().type() | |