Index: views/controls/menu/menu_host_gtk.h |
diff --git a/views/controls/menu/menu_host_gtk.h b/views/controls/menu/menu_host_gtk.h |
index 135b1c36017d79a5e09f7dfadf6374bc8d117d9d..b8afde87f332cfe2a2ac1740bde918c807817e26 100644 |
--- a/views/controls/menu/menu_host_gtk.h |
+++ b/views/controls/menu/menu_host_gtk.h |
@@ -21,10 +21,10 @@ class MenuHostGtk : public WidgetGtk, public MenuHost { |
virtual ~MenuHostGtk(); |
// MenuHost overrides. |
- void Init(gfx::NativeWindow parent, |
- const gfx::Rect& bounds, |
- View* contents_view, |
- bool do_capture); |
+ virtual void Init(gfx::NativeWindow parent, |
Nico
2011/03/04 22:53:02
I renamed this to InitMenuHost
|
+ const gfx::Rect& bounds, |
+ View* contents_view, |
+ bool do_capture); |
virtual bool IsMenuHostVisible(); |
virtual void ShowMenuHost(bool do_capture); |
virtual void HideMenuHost(); |