Chromium Code Reviews| Index: views/controls/menu/menu_item_view.h |
| diff --git a/views/controls/menu/menu_item_view.h b/views/controls/menu/menu_item_view.h |
| index 6a579797756fe321e874667dbee0d2f2b540251f..9d147b795bde7f23cd84160ba4d7308663587aed 100644 |
| --- a/views/controls/menu/menu_item_view.h |
| +++ b/views/controls/menu/menu_item_view.h |
| @@ -334,6 +334,8 @@ class VIEWS_EXPORT MenuItemView : public View { |
| // Creates a MenuItemView. This is used by the various AddXXX methods. |
| MenuItemView(MenuItemView* parent, int command, Type type); |
| + virtual void ChildPreferredSizeChanged(View* child) OVERRIDE; |
| + |
| virtual std::string GetClassName() const; |
|
achuithb
2011/08/09 18:58:07
could you please also add an OVERRIDE to this func
DaveMoore
2011/08/12 21:03:11
Done.
|
| private: |