| 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 eaf494c2cc13acf0c3c3ab8fbe532daeaa90f5c3..24bbbcfbfa1591f3b0f9580dee75d313b25a7a4a 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_animates_hover(true);
|
| swap_images_animation_->Reset(1);
|
|
|
| // Do not flip the gfx::Canvas passed to the OnPaint() method. The snap left
|
|
|