| Index: ash/frame/caption_buttons/frame_caption_button.h
|
| diff --git a/ash/frame/caption_buttons/frame_caption_button.h b/ash/frame/caption_buttons/frame_caption_button.h
|
| index d92afea9c6fc7ac6737c81f96f458f0d34f1b67b..227804c5f817a0dde571a0d7a65bdbf3cff7cfe7 100644
|
| --- a/ash/frame/caption_buttons/frame_caption_button.h
|
| +++ b/ash/frame/caption_buttons/frame_caption_button.h
|
| @@ -47,7 +47,7 @@ class ASH_EXPORT FrameCaptionButton : public views::CustomButton {
|
| void SetAlpha(int alpha);
|
|
|
| // views::View overrides:
|
| - gfx::Size GetPreferredSize() const override;
|
| + gfx::Size CalculatePreferredSize() const override;
|
| const char* GetClassName() const override;
|
| void OnPaint(gfx::Canvas* canvas) override;
|
|
|
|
|