| 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 9f5c9b3282508fc48d10deaa9a390716f2786fa7..3f952f717c2a879f8cc0c04f517fc9aa28ead0cf 100644
|
| --- a/views/controls/menu/menu_item_view.h
|
| +++ b/views/controls/menu/menu_item_view.h
|
| @@ -406,8 +406,8 @@ class MenuItemView : public View {
|
| int GetTopMargin();
|
| int GetBottomMargin();
|
|
|
| - // Returns the preferred width (and padding) of any children.
|
| - int GetChildPreferredWidth();
|
| + // Returns the preferred size (and padding) of any children.
|
| + gfx::Size GetChildPreferredSize();
|
|
|
| // Calculates the preferred size.
|
| gfx::Size CalculatePreferredSize();
|
|
|