| 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 642da2ab4eb93c91db825b55b0b8015686d7cc3c..f1ecd0e1b03513a5f5bce61ff20a90c00980abbb 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutPart.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutPart.cpp
|
| @@ -177,7 +177,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() |
|
|
|