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

Unified Diff: views/touchui/gesture_manager.h

Issue 6347002: touch: Return an enum from OnTouchEvent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO, look for TOUCH_STATUS_START. Created 9 years, 11 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: views/touchui/gesture_manager.h
diff --git a/views/touchui/gesture_manager.h b/views/touchui/gesture_manager.h
index ae29ea2a88257018c2a3b614e46dbc61162135ab..f26aa98a9566a3d653c7277043ff5d079fe21b3e 100644
--- a/views/touchui/gesture_manager.h
+++ b/views/touchui/gesture_manager.h
@@ -25,6 +25,7 @@ class GestureManager {
static GestureManager* GetInstance();
+ // TODO(sad): Use TouchStatus instead of bool for previouslyHandled.
// Invoked for each touch event that could contribute to the current gesture.
// Takes the event and the View that originated it and which will also
// be the target of any generated synthetic event. Finally, handled
« no previous file with comments | « views/focus/accelerator_handler_touch.cc ('k') | views/view.h » ('j') | views/view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698