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), |