Index: ash/launcher/tabbed_launcher_button.cc |
=================================================================== |
--- ash/launcher/tabbed_launcher_button.cc (revision 165229) |
+++ ash/launcher/tabbed_launcher_button.cc (working copy) |
@@ -68,7 +68,9 @@ |
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)); |
+ animation_.reset(new ui::MultiAnimation( |
+ animation_parts, |
+ ui::MultiAnimation::GetDefaultTimerInterval())); |
animation_->set_continuous(false); |
animation_->set_delegate(this); |
animation_->Start(); |