Index: ui/views/controls/menu/submenu_view.h |
diff --git a/ui/views/controls/menu/submenu_view.h b/ui/views/controls/menu/submenu_view.h |
index be221cf68967b876bbe9f164fe83604fcfccc953..5b7efb0ad8bcf4ea18172264de446f1b868ab5cc 100644 |
--- a/ui/views/controls/menu/submenu_view.h |
+++ b/ui/views/controls/menu/submenu_view.h |
@@ -90,7 +90,7 @@ class VIEWS_EXPORT SubmenuView : public PrefixDelegate, |
base::string16 GetTextForRow(int row) override; |
// Returns true if the menu is showing. |
- bool IsShowing(); |
+ virtual bool IsShowing(); |
// Shows the menu at the specified location. Coordinates are in screen |
// coordinates. max_width gives the max width the view should be. |