summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/menu_separator.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/menu/menu_separator.h')
-rw-r--r--views/controls/menu/menu_separator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/menu/menu_separator.h b/views/controls/menu/menu_separator.h
index 393b3b2..7260e16 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);