| Index: cc/raster/tile_task_worker_pool.h
|
| diff --git a/cc/raster/tile_task_worker_pool.h b/cc/raster/tile_task_worker_pool.h
|
| index 6b550fa2f2da344215d4206065da1286c6cd3eef..5f229619b5ddfdcf8b8cea2561e0ca78a6b35b6b 100644
|
| --- a/cc/raster/tile_task_worker_pool.h
|
| +++ b/cc/raster/tile_task_worker_pool.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CC_RASTER_TILE_TASK_WORKER_POOL_H_
|
| #define CC_RASTER_TILE_TASK_WORKER_POOL_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "cc/raster/tile_task_runner.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|