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

Unified Diff: views/controls/menu/menu_separator.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_separator.h
diff --git a/views/controls/menu/menu_separator.h b/views/controls/menu/menu_separator.h
index 393b3b2cd741c179923c38b02f06ad162f345aee..7260e169bed41c86fb69d13c7ed71f99b13b6c90 100644
--- a/views/controls/menu/menu_separator.h
+++ b/views/controls/menu/menu_separator.h
@@ -16,8 +16,8 @@ class MenuSeparator : public View {
MenuSeparator() {}
// View overrides.
- void OnPaint(gfx::Canvas* canvas);
- gfx::Size GetPreferredSize();
+ virtual void OnPaint(gfx::Canvas* canvas);
+ virtual gfx::Size GetPreferredSize();
private:
DISALLOW_COPY_AND_ASSIGN(MenuSeparator);

Powered by Google App Engine
This is Rietveld 408576698