Index: third_party/WebKit/Source/core/input/EventHandler.cpp |
diff --git a/third_party/WebKit/Source/core/input/EventHandler.cpp b/third_party/WebKit/Source/core/input/EventHandler.cpp |
index f50a15b336709b48e118577532f5b16f6c2d10c0..75520b86a0462a3dab7fe1ff999b9b3c5e53649d 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandler.cpp |
+++ b/third_party/WebKit/Source/core/input/EventHandler.cpp |
@@ -1732,8 +1732,9 @@ GestureEventWithHitTestResults EventHandler::hitTestResultForGestureEvent( |
if (!hitFrame) |
hitFrame = m_frame; |
hitTestResult = EventHandlingUtil::hitTestResultInFrame( |
- hitFrame, hitFrame->view()->rootFrameToContents( |
- flooredIntPoint(adjustedEvent.positionInRootFrame())), |
+ hitFrame, |
+ hitFrame->view()->rootFrameToContents( |
+ flooredIntPoint(adjustedEvent.positionInRootFrame())), |
(hitType | HitTestRequest::ReadOnly) & ~HitTestRequest::ListBased); |
} |