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

Unified Diff: app/multi_animation.h

Issue 5588004: [gtk] Add fade-commit to instant suggestion for predictive instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 10 years 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 | « app/animation.cc ('k') | app/multi_animation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/multi_animation.h
diff --git a/app/multi_animation.h b/app/multi_animation.h
index 2d4ef2c99e68a3026c7d8bb7a48678f84bdc7ce0..0f4b38c98152394b432d05d6773c9f261ad3357f 100644
--- a/app/multi_animation.h
+++ b/app/multi_animation.h
@@ -61,6 +61,7 @@ class MultiAnimation : public Animation {
protected:
// Animation overrides.
virtual void Step(base::TimeTicks time_now);
+ virtual void SetStartTime(base::TimeTicks start_time);
private:
// Returns the part containing the specified time. |time_ms| is reset to be
« no previous file with comments | « app/animation.cc ('k') | app/multi_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698