Index: cc/animation/animation_player.cc |
diff --git a/cc/animation/animation_player.cc b/cc/animation/animation_player.cc |
index 3174dcbdab096b0c5b8c3269e6a638372bdbfa47..7864ecbb93dc31b19350971664e3fa6f130f0008 100644 |
--- a/cc/animation/animation_player.cc |
+++ b/cc/animation/animation_player.cc |
@@ -26,6 +26,7 @@ AnimationPlayer::AnimationPlayer(int id) |
element_animations_(), |
animation_delegate_(), |
id_(id), |
+ element_id_(kInvalidElementId), |
needs_push_properties_(false), |
needs_to_start_animations_(false), |
is_ticking_(false), |