Index: cc/io_surface_layer_impl.h |
diff --git a/cc/io_surface_layer_impl.h b/cc/io_surface_layer_impl.h |
index 91e889ecc42a8fcc59a233e54c031ce9ad65736f..01fe62848951ed15fb6802c9554caf2900a7b91e 100644 |
--- a/cc/io_surface_layer_impl.h |
+++ b/cc/io_surface_layer_impl.h |
@@ -5,12 +5,13 @@ |
#ifndef CCIOSurfaceLayerImpl_h |
#define CCIOSurfaceLayerImpl_h |
+#include "cc/cc_export.h" |
#include "cc/layer_impl.h" |
#include "ui/gfx/size.h" |
namespace cc { |
-class IOSurfaceLayerImpl : public LayerImpl { |
+class CC_EXPORT IOSurfaceLayerImpl : public LayerImpl { |
public: |
static scoped_ptr<IOSurfaceLayerImpl> create(int id) |
{ |