Index: cc/animation.cc |
diff --git a/cc/animation.cc b/cc/animation.cc |
index 9d71a1f00860535d234c9f9499ad3ea22d8a9554..7306df461063276ab04ff32c455341fd72c53fed 100644 |
--- a/cc/animation.cc |
+++ b/cc/animation.cc |
@@ -59,6 +59,7 @@ Animation::Animation(scoped_ptr<AnimationCurve> curve, int animationId, int grou |
, m_pauseTime(0) |
, m_totalPausedTime(0) |
, m_isControllingInstance(false) |
+ , m_isImplAnimationOnly(false) |
{ |
} |