Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: third_party/WebKit/Source/core/input/EventHandler.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698