| Index: ash/wm/custom_frame_view_ash.cc
|
| diff --git a/ash/wm/custom_frame_view_ash.cc b/ash/wm/custom_frame_view_ash.cc
|
| index 01bf0b913cce858c2a56300931e3e861474db2ed..0d48a11b8715305b834653f3b7f62a6ad60b2482 100644
|
| --- a/ash/wm/custom_frame_view_ash.cc
|
| +++ b/ash/wm/custom_frame_view_ash.cc
|
| @@ -67,7 +67,8 @@ void CustomFrameViewAsh::Init(views::Widget* frame) {
|
| AddChildView(window_icon_);
|
| }
|
|
|
| - frame_painter_->Init(frame_, window_icon_, maximize_button_, close_button_);
|
| + frame_painter_->Init(frame_, window_icon_, maximize_button_, close_button_,
|
| + FramePainter::SIZE_BUTTON_MAXIMIZES);
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|