| Index: cc/layers/picture_layer_impl.h
|
| diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
|
| index 6cbd7a060d03c4560e25618dd0e68330240252ab..8a2465a15bc380c240027b54323e4757fb50f998 100644
|
| --- a/cc/layers/picture_layer_impl.h
|
| +++ b/cc/layers/picture_layer_impl.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef CC_LAYERS_PICTURE_LAYER_IMPL_H_
|
| #define CC_LAYERS_PICTURE_LAYER_IMPL_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <map>
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/layers/layer_impl.h"
|
| #include "cc/tiles/picture_layer_tiling.h"
|
|
|