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

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

Issue 5110011: A non-GTK version of menus for touchui. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix compile for touch on chromeos Created 10 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 | « chrome/browser/ui/views/wrench_menu.cc ('k') | views/controls/menu/menu_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/menu/menu_controller.h
diff --git a/views/controls/menu/menu_controller.h b/views/controls/menu/menu_controller.h
index 539c2eec49b52e17d3714cf24ce480d9ba414c0c..234529e27140945dd3b04d70b27cd331e5638aee 100644
--- a/views/controls/menu/menu_controller.h
+++ b/views/controls/menu/menu_controller.h
@@ -193,7 +193,7 @@ class MenuController : public MessageLoopForUI::Dispatcher {
#endif
#if defined(TOUCH_UI)
- virtual bool Dispatch(XEvent* xevent);
+ virtual MessagePumpGlibXDispatcher::DispatchStatus Dispatch(XEvent* xevent);
#endif
// Key processing. The return value of this is returned from Dispatch.
« no previous file with comments | « chrome/browser/ui/views/wrench_menu.cc ('k') | views/controls/menu/menu_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698