Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index a70351adcdfa4ba89e5efa9d076243dbade24064..6d4ba2677e79b7176f54134d07133d35ef72d012 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -5,12 +5,16 @@ |
#ifndef CC_TREES_LAYER_TREE_IMPL_H_ |
#define CC_TREES_LAYER_TREE_IMPL_H_ |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
#include <map> |
#include <set> |
#include <string> |
#include <vector> |
#include "base/containers/hash_tables.h" |
+#include "base/macros.h" |
#include "base/values.h" |
#include "cc/base/synced_property.h" |
#include "cc/input/layer_selection_bound.h" |