diff options
Diffstat (limited to 'ash/wm/custom_frame_view_ash.cc')
-rw-r--r-- | ash/wm/custom_frame_view_ash.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/custom_frame_view_ash.cc b/ash/wm/custom_frame_view_ash.cc index a7f7517..48a4ff7 100644 --- a/ash/wm/custom_frame_view_ash.cc +++ b/ash/wm/custom_frame_view_ash.cc @@ -97,7 +97,7 @@ void CustomFrameViewAsh::GetWindowMask(const gfx::Size& size, } void CustomFrameViewAsh::ResetWindowControls() { - maximize_button_->SetState(views::CustomButton::BS_NORMAL); + maximize_button_->SetState(views::CustomButton::STATE_NORMAL); } void CustomFrameViewAsh::UpdateWindowIcon() { |