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

Unified Diff: ui/views/view.h

Issue 10479010: Gesture related changes for views: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/views/view.h
diff --git a/ui/views/view.h b/ui/views/view.h
index 3f59881254fab733cd6f17e9c9e138057ef4aa5e..0fd781bd67636ddaa134f148695db11363ab0ecf 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -600,6 +600,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
// Note: if the mouse handler is no longer connected to a
// view hierarchy, events won't be sent.
//
+ // TODO(sky): rename this.
virtual void SetMouseHandler(View* new_mouse_handler);
// Invoked when a key is pressed or released.
@@ -1273,10 +1274,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
// of OnTouchEvent.
ui::TouchStatus ProcessTouchEvent(const TouchEvent& event);
- // RootView will invoke this with incoming GestureEvents. Returns the result
- // of OnGestureEvent.
- ui::GestureStatus ProcessGestureEvent(const GestureEvent& event);
-
// Accelerators --------------------------------------------------------------
// Registers this view's keyboard accelerators that are not registered to

Powered by Google App Engine
This is Rietveld 408576698