Index: cc/animation/element_animations.cc |
diff --git a/cc/animation/element_animations.cc b/cc/animation/element_animations.cc |
index ebb9c3fc83ee7853a0dfb5d0ff342b792c774aab..0639ea5a3b113182c9424dafee41012fd2473a60 100644 |
--- a/cc/animation/element_animations.cc |
+++ b/cc/animation/element_animations.cc |
@@ -27,7 +27,7 @@ scoped_refptr<ElementAnimations> ElementAnimations::Create() { |
ElementAnimations::ElementAnimations() |
: animation_host_(), |
- element_id_(), |
+ element_id_(kInvalidElementId), |
has_element_in_active_list_(false), |
has_element_in_pending_list_(false), |
needs_push_properties_(false), |