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

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

Issue 2245133006: CL for perf tryjob on win (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CL for perf tryjob on mac Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/Source/core/input/EventHandler.cpp ('k') | tools/perf/benchmarks/test_tap.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/input/TouchEventManager.cpp
diff --git a/third_party/WebKit/Source/core/input/TouchEventManager.cpp b/third_party/WebKit/Source/core/input/TouchEventManager.cpp
index 597100315230e4647231157628744570e5205f5c..6fe9c0b51f46240a1e590f6fd0f5bd48f922fce1 100644
--- a/third_party/WebKit/Source/core/input/TouchEventManager.cpp
+++ b/third_party/WebKit/Source/core/input/TouchEventManager.cpp
@@ -460,7 +460,7 @@ WebInputEventResult TouchEventManager::handleTouchEvent(
bool isTap = event.touchPoints().size() == 1
&& event.touchPoints()[0].state() == PlatformTouchPoint::TouchReleased
&& !event.causesScrollingIfUncanceled();
-
+ VLOG(0) << "TouchEventManager::handleTouchEvent: " << isTap;
// For now, disallow dragging as a user gesture when the events are being sent to a
// cross-origin iframe (crbug.com/582140).
bool isSameOrigin = false;
« no previous file with comments | « third_party/WebKit/Source/core/input/EventHandler.cpp ('k') | tools/perf/benchmarks/test_tap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698