| Index: ash/common/frame/caption_buttons/frame_caption_button.cc
|
| diff --git a/ash/common/frame/caption_buttons/frame_caption_button.cc b/ash/common/frame/caption_buttons/frame_caption_button.cc
|
| index b527ce80a4c04299f137d0bcf8f3b68939e585a3..d496f1b3535d21e4c7c7fc6150d133d26da468aa 100644
|
| --- a/ash/common/frame/caption_buttons/frame_caption_button.cc
|
| +++ b/ash/common/frame/caption_buttons/frame_caption_button.cc
|
| @@ -44,6 +44,7 @@ FrameCaptionButton::FrameCaptionButton(views::ButtonListener* listener,
|
| use_light_images_(false),
|
| alpha_(255),
|
| swap_images_animation_(new gfx::SlideAnimation(this)) {
|
| + set_animate_on_state_change(true);
|
| swap_images_animation_->Reset(1);
|
|
|
| // Do not flip the gfx::Canvas passed to the OnPaint() method. The snap left
|
|
|