| Index: ash/wm/custom_frame_view_ash.cc
|
| ===================================================================
|
| --- ash/wm/custom_frame_view_ash.cc (revision 130125)
|
| +++ ash/wm/custom_frame_view_ash.cc (working copy)
|
| @@ -67,7 +67,8 @@
|
| 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);
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|