| Index: cc/layers/picture_image_layer.h
|
| diff --git a/cc/layers/picture_image_layer.h b/cc/layers/picture_image_layer.h
|
| index 146ce83c9b1b80d852de5f3d62e2f79406a7d558..fd3c1a22d9a63e72854e739d55521d9d85995403 100644
|
| --- a/cc/layers/picture_image_layer.h
|
| +++ b/cc/layers/picture_image_layer.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef CC_LAYERS_PICTURE_IMAGE_LAYER_H_
|
| #define CC_LAYERS_PICTURE_IMAGE_LAYER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/layers/content_layer_client.h"
|
| #include "cc/layers/picture_layer.h"
|
|
|