Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(541)

Unified Diff: ash/launcher/tabbed_launcher_button.cc

Issue 11312029: Revert 165230 - Merge 164399 - Make MultiAnimation take time param and slow down tab highlight (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1271/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/search/toolbar_search_animator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | chrome/browser/ui/search/toolbar_search_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698