Index: cc/layers/layer.h |
diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
index c5c031c383b239c3e181c3970a7cfa65f9c19de2..6c9036c2b5e0143d3198d25eedaf4b9dc29a5262 100644 |
--- a/cc/layers/layer.h |
+++ b/cc/layers/layer.h |
@@ -5,11 +5,15 @@ |
#ifndef CC_LAYERS_LAYER_H_ |
#define CC_LAYERS_LAYER_H_ |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
#include <set> |
#include <string> |
#include <vector> |
#include "base/callback.h" |
+#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
#include "base/observer_list.h" |
#include "cc/animation/layer_animation_controller.h" |