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

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: clean up 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 | « no previous file | app/multi_animation.cc » ('j') | app/multi_animation.cc » ('J')
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..12a36585a769c4c5fb0976146cedd9934bfaf30a 100644
--- a/app/multi_animation.h
+++ b/app/multi_animation.h
@@ -47,6 +47,9 @@ class MultiAnimation : public Animation {
explicit MultiAnimation(const Parts& parts);
virtual ~MultiAnimation();
+ // Stops and resets the animation to the beginning.
+ void Reset();
sky 2010/12/06 17:38:12 If we want this, it should be in Animation.
Evan Stade 2010/12/06 22:15:48 removed
+
// 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 | « no previous file | app/multi_animation.cc » ('j') | app/multi_animation.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698