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

Unified Diff: views/widget/root_view.h

Issue 8364039: Initial views touchui GestureRecognizer support (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added ForwardGestureEvents()in RootView and incorporated comments Created 9 years, 2 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/widget/root_view.h
diff --git a/views/widget/root_view.h b/views/widget/root_view.h
index 3a2afb990e909c08c6b63d31472c19536441f88d..189aa54215a6cf487ad71d45e83de4be9aeb1313 100644
--- a/views/widget/root_view.h
+++ b/views/widget/root_view.h
@@ -130,6 +130,9 @@ class VIEWS_EXPORT RootView : public View, public FocusTraversable {
// with synthetic events as necessary.
friend class GestureManager;
+ // GestureManager invokes for recognized GestureEvents.
+ void ForwardGestureEvents(Gestures* gestures);
+
// Input ---------------------------------------------------------------------
// Update the cursor given a mouse event. This is called by non mouse_move

Powered by Google App Engine
This is Rietveld 408576698