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

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 chromeos Created 10 years, 1 month 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/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.

Powered by Google App Engine
This is Rietveld 408576698