| Index: ash/frame/custom_frame_view_ash.h
|
| diff --git a/ash/frame/custom_frame_view_ash.h b/ash/frame/custom_frame_view_ash.h
|
| index 875fa9cba18f00d33c35983f5590886ab79a6703..d4822c676cde06190fa932cb85694ecbcdd2d58a 100644
|
| --- a/ash/frame/custom_frame_view_ash.h
|
| +++ b/ash/frame/custom_frame_view_ash.h
|
| @@ -79,7 +79,7 @@ class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView {
|
| void ActivationChanged(bool active) override;
|
|
|
| // views::View:
|
| - gfx::Size GetPreferredSize() const override;
|
| + gfx::Size CalculatePreferredSize() const override;
|
| void Layout() override;
|
| const char* GetClassName() const override;
|
| gfx::Size GetMinimumSize() const override;
|
|
|