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

Unified Diff: ui/views/controls/menu/menu_controller.h

Issue 8508024: Support touch scroll gestures in menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Gardening. Created 8 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: ui/views/controls/menu/menu_controller.h
diff --git a/ui/views/controls/menu/menu_controller.h b/ui/views/controls/menu/menu_controller.h
index ceabd3b73549b88d301b30d91c03e99463c6af85..3e3a0c39f96efdaee9e88946723076c2d3d6b00f 100644
--- a/ui/views/controls/menu/menu_controller.h
+++ b/ui/views/controls/menu/menu_controller.h
@@ -103,6 +103,8 @@ class VIEWS_EXPORT MenuController : public MessageLoop::Dispatcher {
void OnMouseEntered(SubmenuView* source, const MouseEvent& event);
#if defined(OS_LINUX)
bool OnMouseWheel(SubmenuView* source, const MouseWheelEvent& event);
+ ui::GestureStatus OnGestureEvent(SubmenuView* source,
+ const GestureEvent& event);
#endif
bool GetDropFormats(

Powered by Google App Engine
This is Rietveld 408576698