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

Unified Diff: ui/events/gestures/gesture_sequence.cc

Issue 225143007: First crack at implementing the touch explaration mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor changes Created 6 years, 8 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: ui/events/gestures/gesture_sequence.cc
diff --git a/ui/events/gestures/gesture_sequence.cc b/ui/events/gestures/gesture_sequence.cc
index 2ca15791c9fe3af74c26289ad73e50b30fb068da..b28f2fc6cbd755049da7524541d28069f0531879 100644
--- a/ui/events/gestures/gesture_sequence.cc
+++ b/ui/events/gestures/gesture_sequence.cc
@@ -512,6 +512,7 @@ GestureSequence::Gestures* GestureSequence::ProcessTouchEventForGesture(
if (result & ER_CONSUMED)
return NULL;
+ LOG(ERROR) << "GS::ProcessTouchEventForGesture, type=" << event.type();
// Set a limit on the number of simultaneous touches in a gesture.
if (event.touch_id() >= kMaxGesturePoints)
return NULL;
« ash/touch/touch_exploration_controller.cc ('K') | « ui/aura/window_event_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698