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