Index: views/controls/menu/menu_controller.h |
diff --git a/views/controls/menu/menu_controller.h b/views/controls/menu/menu_controller.h |
index fe379b81e3aa7fbd9fba64770f1f53cf494188ca..539c2eec49b52e17d3714cf24ce480d9ba414c0c 100644 |
--- a/views/controls/menu/menu_controller.h |
+++ b/views/controls/menu/menu_controller.h |
@@ -192,6 +192,10 @@ class MenuController : public MessageLoopForUI::Dispatcher { |
virtual bool Dispatch(GdkEvent* event); |
#endif |
+#if defined(TOUCH_UI) |
+ virtual bool Dispatch(XEvent* xevent); |
+#endif |
+ |
// Key processing. The return value of this is returned from Dispatch. |
// In other words, if this returns false (which happens if escape was |
// pressed, or a matching mnemonic was found) the message loop returns. |