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

Unified Diff: ui/base/animation/multi_animation.h

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 | « chrome/browser/ui/views/tabs/tab.cc ('k') | ui/base/animation/multi_animation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/animation/multi_animation.h
===================================================================
--- ui/base/animation/multi_animation.h (revision 165270)
+++ ui/base/animation/multi_animation.h (working copy)
@@ -45,12 +45,9 @@
typedef std::vector<Part> Parts;
- MultiAnimation(const Parts& parts, base::TimeDelta timer_interval);
+ explicit MultiAnimation(const Parts& parts);
virtual ~MultiAnimation();
- // Default interval.
- static base::TimeDelta GetDefaultTimerInterval();
-
// Sets whether the animation continues after it reaches the end. If true, the
// animation runs until explicitly stopped. The default is true.
void set_continuous(bool continuous) { continuous_ = continuous; }
« no previous file with comments | « chrome/browser/ui/views/tabs/tab.cc ('k') | ui/base/animation/multi_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698