| Index: ash/frame/caption_buttons/frame_caption_button_container_view.h
|
| diff --git a/ash/frame/caption_buttons/frame_caption_button_container_view.h b/ash/frame/caption_buttons/frame_caption_button_container_view.h
|
| index 4c590015fe6b781bb5d498d197f70d7dba3f73dc..93bd98b2ecc6ec933d1a9b7396525537bb304e04 100644
|
| --- a/ash/frame/caption_buttons/frame_caption_button_container_view.h
|
| +++ b/ash/frame/caption_buttons/frame_caption_button_container_view.h
|
| @@ -96,7 +96,7 @@ class ASH_EXPORT FrameCaptionButtonContainerView
|
| void SetButtonSize(const gfx::Size& size);
|
|
|
| // views::View:
|
| - gfx::Size GetPreferredSize() const override;
|
| + gfx::Size CalculatePreferredSize() const override;
|
| void Layout() override;
|
| const char* GetClassName() const override;
|
|
|
|
|