| Index: cc/tiles/picture_layer_tiling_set.h
|
| diff --git a/cc/tiles/picture_layer_tiling_set.h b/cc/tiles/picture_layer_tiling_set.h
|
| index ed1038f819cd7acabe3434b6ae157aebf71595c4..56122870de5a2c82acbbd5b3b4fef987cad1b53a 100644
|
| --- a/cc/tiles/picture_layer_tiling_set.h
|
| +++ b/cc/tiles/picture_layer_tiling_set.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef CC_TILES_PICTURE_LAYER_TILING_SET_H_
|
| #define CC_TILES_PICTURE_LAYER_TILING_SET_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <set>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "cc/base/region.h"
|
| #include "cc/tiles/picture_layer_tiling.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|