summaryrefslogtreecommitdiffstats
path: root/cc/texture_layer_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/texture_layer_impl.h')
-rw-r--r--cc/texture_layer_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/texture_layer_impl.h b/cc/texture_layer_impl.h
index 4293be8..4283810 100644
--- a/cc/texture_layer_impl.h
+++ b/cc/texture_layer_impl.h
@@ -5,11 +5,12 @@
#ifndef CCTextureLayerImpl_h
#define CCTextureLayerImpl_h
+#include "cc/cc_export.h"
#include "cc/layer_impl.h"
namespace cc {
-class TextureLayerImpl : public LayerImpl {
+class CC_EXPORT TextureLayerImpl : public LayerImpl {
public:
static scoped_ptr<TextureLayerImpl> create(int id)
{