diff options
Diffstat (limited to 'cc/texture_layer.h')
-rw-r--r-- | cc/texture_layer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/texture_layer.h b/cc/texture_layer.h index 5fe9eeb..b5dad08 100644 --- a/cc/texture_layer.h +++ b/cc/texture_layer.h @@ -5,6 +5,7 @@ #ifndef TextureLayerChromium_h #define TextureLayerChromium_h +#include "cc/cc_export.h" #include "cc/layer.h" namespace WebKit { @@ -16,7 +17,7 @@ namespace cc { class TextureLayerClient; // A Layer containing a the rendered output of a plugin instance. -class TextureLayer : public Layer { +class CC_EXPORT TextureLayer : public Layer { public: // If this texture layer requires special preparation logic for each frame driven by // the compositor, pass in a non-nil client. Pass in a nil client pointer if texture updates |