| Index: cc/io_surface_layer.h
|
| diff --git a/cc/io_surface_layer.h b/cc/io_surface_layer.h
|
| index 9d728a010e9e86aff4392b928cef09efdfdb443c..0ebfafeea5d5c63bd8804a7afd22f1c91639df36 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();
|
|
|
|
|