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

Unified Diff: views/controls/menu/menu_host_gtk.h

Issue 6622002: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 months 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_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();

Powered by Google App Engine
This is Rietveld 408576698