Index: cc/trees/mutator_host_client.h |
diff --git a/cc/trees/mutator_host_client.h b/cc/trees/mutator_host_client.h |
index 73c3a08d404c366068a8abae4b0ac75efc806e03..7560e98ef70d7ac3029943ec7fb19d0fa47fb6c3 100644 |
--- a/cc/trees/mutator_host_client.h |
+++ b/cc/trees/mutator_host_client.h |
@@ -5,6 +5,8 @@ |
#ifndef CC_TREES_MUTATOR_HOST_CLIENT_H_ |
#define CC_TREES_MUTATOR_HOST_CLIENT_H_ |
+#include "cc/animation/element_id.h" |
+ |
namespace gfx { |
class Transform; |
class ScrollOffset; |
@@ -14,8 +16,6 @@ namespace cc { |
class FilterOperations; |
-using ElementId = int; |
- |
enum class ElementListType { ACTIVE, PENDING }; |
enum class AnimationChangeType { POTENTIAL, RUNNING, BOTH }; |