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

Unified Diff: content/browser/renderer_host/input/synthetic_tap_gesture.cc

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
Index: content/browser/renderer_host/input/synthetic_tap_gesture.cc
diff --git a/content/browser/renderer_host/input/synthetic_tap_gesture.cc b/content/browser/renderer_host/input/synthetic_tap_gesture.cc
index 46dc23aeab463413865d57c2143972e737de596b..034e8811e3b948f6dcb63f407fdb54eabb672c55 100644
--- a/content/browser/renderer_host/input/synthetic_tap_gesture.cc
+++ b/content/browser/renderer_host/input/synthetic_tap_gesture.cc
@@ -31,7 +31,8 @@ SyntheticGesture::Result SyntheticTapGesture::ForwardInputEvents(
}
DCHECK_NE(gesture_source_type_, SyntheticGestureParams::DEFAULT_INPUT);
-
+ VLOG(0) << "SyntheticTapGesture::ForwardInputEvents: " << gesture_source_type_
+ << " state:" << state_;
if (!synthetic_pointer_)
synthetic_pointer_ = SyntheticPointer::Create(gesture_source_type_);

Powered by Google App Engine
This is Rietveld 408576698