| Index: cc/io_surface_layer.h
|
| diff --git a/cc/io_surface_layer.h b/cc/io_surface_layer.h
|
| index 8045b8511aa461f64616bd203a2bf9246c96d1a2..7dfc15cde1935610719a71c37852c07ba9d30e4f 100644
|
| --- a/cc/io_surface_layer.h
|
| +++ b/cc/io_surface_layer.h
|
| @@ -5,11 +5,12 @@
|
| #ifndef IOSurfaceLayerChromium_h
|
| #define IOSurfaceLayerChromium_h
|
|
|
| +#include "cc/cc_export.h"
|
| #include "cc/layer.h"
|
|
|
| namespace cc {
|
|
|
| -class IOSurfaceLayer : public Layer {
|
| +class CC_EXPORT IOSurfaceLayer : public Layer {
|
| public:
|
| static scoped_refptr<IOSurfaceLayer> create();
|
|
|
|
|