Index: cc/blink/web_content_layer_impl.h |
diff --git a/cc/blink/web_content_layer_impl.h b/cc/blink/web_content_layer_impl.h |
index 6a075ae9da8fe9d2c14961b00d9750a238a7111a..53fd83c0965a9b67b6a3664cbbaac7152e17f294 100644 |
--- a/cc/blink/web_content_layer_impl.h |
+++ b/cc/blink/web_content_layer_impl.h |
@@ -5,6 +5,9 @@ |
#ifndef CC_BLINK_WEB_CONTENT_LAYER_IMPL_H_ |
#define CC_BLINK_WEB_CONTENT_LAYER_IMPL_H_ |
+#include <stddef.h> |
+ |
+#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
#include "cc/blink/cc_blink_export.h" |
#include "cc/blink/web_layer_impl.h" |