| Index: ash/wm/custom_frame_view_ash.h
|
| diff --git a/ash/wm/custom_frame_view_ash.h b/ash/wm/custom_frame_view_ash.h
|
| index c09710f66229f4626c4cb5e3cfc318ebbb91f0af..5c3f0c397122cf90ce2ae45c18bd5d20542aef74 100644
|
| --- a/ash/wm/custom_frame_view_ash.h
|
| +++ b/ash/wm/custom_frame_view_ash.h
|
| @@ -71,6 +71,7 @@ class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView,
|
| virtual std::string GetClassName() const OVERRIDE;
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| virtual gfx::Size GetMinimumSize() OVERRIDE;
|
| + virtual gfx::Size GetMaximumSize() OVERRIDE;
|
|
|
| // views::ButtonListener overrides:
|
| virtual void ButtonPressed(views::Button* sender,
|
|
|