| Index: ash/launcher/tabbed_launcher_button.cc
|
| ===================================================================
|
| --- ash/launcher/tabbed_launcher_button.cc (revision 165270)
|
| +++ ash/launcher/tabbed_launcher_button.cc (working copy)
|
| @@ -68,9 +68,7 @@
|
| animation_parts.push_back(ui::MultiAnimation::Part(500, ui::Tween::ZERO));
|
| animation_parts.push_back(
|
| ui::MultiAnimation::Part(200, ui::Tween::EASE_OUT));
|
| - animation_.reset(new ui::MultiAnimation(
|
| - animation_parts,
|
| - ui::MultiAnimation::GetDefaultTimerInterval()));
|
| + animation_.reset(new ui::MultiAnimation(animation_parts));
|
| animation_->set_continuous(false);
|
| animation_->set_delegate(this);
|
| animation_->Start();
|
|
|