| 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.
|
|
|