Index: cc/solid_color_layer_impl.h |
diff --git a/cc/solid_color_layer_impl.h b/cc/solid_color_layer_impl.h |
index 922484dbdc5b93981b70b3747aa6328be30db552..4988097ff9b65e48ed95e7925d60a19e0da7c570 100644 |
--- a/cc/solid_color_layer_impl.h |
+++ b/cc/solid_color_layer_impl.h |
@@ -5,12 +5,13 @@ |
#ifndef CCSolidColorLayerImpl_h |
#define CCSolidColorLayerImpl_h |
+#include "cc/cc_export.h" |
#include "cc/layer_impl.h" |
#include <public/WebTransformationMatrix.h> |
namespace cc { |
-class SolidColorLayerImpl : public LayerImpl { |
+class CC_EXPORT SolidColorLayerImpl : public LayerImpl { |
public: |
static scoped_ptr<SolidColorLayerImpl> create(int id) |
{ |