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

Unified Diff: cc/animation/animation.cc

Issue 13465014: LayerTreeHost::SetAnimationEvents should use AnimationRegistrar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: cc/animation/animation.cc
diff --git a/cc/animation/animation.cc b/cc/animation/animation.cc
index 67086208e3870b47294e076fbd7d317faae83e10..e51f7171d847797960729117b0fc336b6efc8a7a 100644
--- a/cc/animation/animation.cc
+++ b/cc/animation/animation.cc
@@ -67,6 +67,7 @@ Animation::Animation(scoped_ptr<AnimationCurve> curve,
alternates_direction_(false),
time_offset_(0),
needs_synchronized_start_time_(false),
+ received_finished_event_(false),
suspended_(false),
pause_time_(0),
total_paused_time_(0),

Powered by Google App Engine
This is Rietveld 408576698