| Index: cc/raster/bitmap_tile_task_worker_pool.h
|
| diff --git a/cc/raster/bitmap_tile_task_worker_pool.h b/cc/raster/bitmap_tile_task_worker_pool.h
|
| index f53768f11ba90e6649eee5bcb7329920d7733417..4c39a1f1f1d93a85763c93f2bc7e40d017a6e826 100644
|
| --- a/cc/raster/bitmap_tile_task_worker_pool.h
|
| +++ b/cc/raster/bitmap_tile_task_worker_pool.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef CC_RASTER_BITMAP_TILE_TASK_WORKER_POOL_H_
|
| #define CC_RASTER_BITMAP_TILE_TASK_WORKER_POOL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/values.h"
|
| #include "cc/raster/tile_task_runner.h"
|
| #include "cc/raster/tile_task_worker_pool.h"
|
|
|