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

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

Issue 11280290: events: Change gesture-event handler in EventHandler to not return any values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
« no previous file with comments | « ui/views/controls/link.cc ('k') | ui/views/controls/menu/menu_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 eff61708ddcf969c76ada4ea2c6a2552d56e602c..832ef344b8d6622d4d19c2f94d8388fd70762103 100644
--- a/ui/views/controls/menu/menu_controller.h
+++ b/ui/views/controls/menu/menu_controller.h
@@ -109,8 +109,7 @@ class VIEWS_EXPORT MenuController
#if defined(OS_LINUX)
bool OnMouseWheel(SubmenuView* source, const ui::MouseWheelEvent& event);
#endif
- ui::EventResult OnGestureEvent(SubmenuView* source,
- ui::GestureEvent* event);
+ void OnGestureEvent(SubmenuView* source, ui::GestureEvent* event);
bool GetDropFormats(
SubmenuView* source,
« no previous file with comments | « ui/views/controls/link.cc ('k') | ui/views/controls/menu/menu_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698