| Index: cc/layers/render_surface_impl.h
|
| diff --git a/cc/layers/render_surface_impl.h b/cc/layers/render_surface_impl.h
|
| index 283f0eb47b61290d622e35e79eb879bda8fcfa3a..9ba0f1870bbbd30dde365f7ae0cd6535b33abfc9 100644
|
| --- a/cc/layers/render_surface_impl.h
|
| +++ b/cc/layers/render_surface_impl.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef CC_LAYERS_RENDER_SURFACE_IMPL_H_
|
| #define CC_LAYERS_RENDER_SURFACE_IMPL_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/layers/layer_lists.h"
|
|
|