| Index: cc/io_surface_layer_impl.h
|
| diff --git a/cc/io_surface_layer_impl.h b/cc/io_surface_layer_impl.h
|
| index aef12de22fc9af461504c88480e90aff4419cadf..bd6a9695ae61a5f5f1ab44a5efa2db4c5b85b631 100644
|
| --- a/cc/io_surface_layer_impl.h
|
| +++ b/cc/io_surface_layer_impl.h
|
| @@ -6,11 +6,12 @@
|
| #define CCIOSurfaceLayerImpl_h
|
|
|
| #include "IntSize.h"
|
| +#include "cc/cc_export.h"
|
| #include "cc/layer_impl.h"
|
|
|
| namespace cc {
|
|
|
| -class IOSurfaceLayerImpl : public LayerImpl {
|
| +class CC_EXPORT IOSurfaceLayerImpl : public LayerImpl {
|
| public:
|
| static scoped_ptr<IOSurfaceLayerImpl> create(int id)
|
| {
|
|
|