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

Unified Diff: third_party/WebKit/Source/core/input/GestureManager.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/GestureManager.cpp
diff --git a/third_party/WebKit/Source/core/input/GestureManager.cpp b/third_party/WebKit/Source/core/input/GestureManager.cpp
index fec1b85150bcf12232aa276fc7fa700656876e7d..3127ae1bbe39375684e315c9a857b1cb88b06c93 100644
--- a/third_party/WebKit/Source/core/input/GestureManager.cpp
+++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
@@ -216,10 +216,11 @@ WebInputEventResult GestureManager::handleGestureTap(
m_selectionController->initializeSelectionState();
if (mouseDownEventResult == WebInputEventResult::NotHandled) {
mouseDownEventResult = m_mouseEventManager->handleMouseFocus(
- currentHitTest, m_frame->document()
- ->domWindow()
- ->getInputDeviceCapabilities()
- ->firesTouchEvents(true));
+ currentHitTest,
+ m_frame->document()
+ ->domWindow()
+ ->getInputDeviceCapabilities()
+ ->firesTouchEvents(true));
}
if (mouseDownEventResult == WebInputEventResult::NotHandled) {
mouseDownEventResult = m_mouseEventManager->handleMousePressEvent(

Powered by Google App Engine
This is Rietveld 408576698