| 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 92d6f61a146894c72b0d4367d494e27871bb5a25..819e6fae3cb5f803f0ba6bfcdaa8690b463d3361 100644
|
| --- a/ash/frame/custom_frame_view_ash.h
|
| +++ b/ash/frame/custom_frame_view_ash.h
|
| @@ -51,6 +51,7 @@ class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView {
|
| virtual void ResetWindowControls() OVERRIDE;
|
| virtual void UpdateWindowIcon() OVERRIDE;
|
| virtual void UpdateWindowTitle() OVERRIDE;
|
| + virtual void SizeConstraintsChanged() OVERRIDE;
|
|
|
| // views::View:
|
| virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
|
|