Index: cc/trees/mutator_host_client.h |
diff --git a/cc/trees/mutator_host_client.h b/cc/trees/mutator_host_client.h |
index c90af7e7a8dc7869a9f3ec25163b40e81516a1b6..48097dced37d2d906e58cda31ae25d060b6523ff 100644 |
--- a/cc/trees/mutator_host_client.h |
+++ b/cc/trees/mutator_host_client.h |
@@ -15,6 +15,8 @@ namespace cc { |
class FilterOperations; |
class Layer; |
+using ElementId = int; |
+ |
enum class LayerTreeType { ACTIVE, PENDING }; |
class MutatorHostClient { |