| Index: views/controls/menu/native_menu_gtk.h
|
| diff --git a/views/controls/menu/native_menu_gtk.h b/views/controls/menu/native_menu_gtk.h
|
| index 6145925df20b981922711f3bcd1ed997f6f9187d..4278d2c72c62cfc3c32a5afcc81ae0fc61f7db8c 100644
|
| --- a/views/controls/menu/native_menu_gtk.h
|
| +++ b/views/controls/menu/native_menu_gtk.h
|
| @@ -51,6 +51,9 @@ class NativeMenuGtk : public MenuWrapper,
|
|
|
| // Overriden from MessageLoopForUI::Dispatcher:
|
| virtual bool Dispatch(GdkEvent* event);
|
| +#if defined(TOUCH_UI)
|
| + virtual bool Dispatch(XEvent* xevent);
|
| +#endif
|
|
|
| private:
|
| CHROMEGTK_CALLBACK_0(NativeMenuGtk, void, OnMenuHidden);
|
|
|