Index: cc/raster/zero_copy_tile_task_worker_pool.h |
diff --git a/cc/raster/zero_copy_tile_task_worker_pool.h b/cc/raster/zero_copy_tile_task_worker_pool.h |
index 3ca9b06ff0b5160131c0ac598bc3bc369b50db13..ffbde20d782c7e484946302f9dd3bf83d897f012 100644 |
--- a/cc/raster/zero_copy_tile_task_worker_pool.h |
+++ b/cc/raster/zero_copy_tile_task_worker_pool.h |
@@ -5,6 +5,9 @@ |
#ifndef CC_RASTER_ZERO_COPY_TILE_TASK_WORKER_POOL_H_ |
#define CC_RASTER_ZERO_COPY_TILE_TASK_WORKER_POOL_H_ |
+#include <stdint.h> |
+ |
+#include "base/macros.h" |
#include "base/memory/weak_ptr.h" |
#include "base/values.h" |
#include "cc/raster/tile_task_runner.h" |