Index: cc/video_layer_impl.h |
diff --git a/cc/video_layer_impl.h b/cc/video_layer_impl.h |
index 079e88264f2bcf15938b4bb45f711f88b441552e..ba300e5baaf17637df39ce8de44dc9757f29a4d9 100644 |
--- a/cc/video_layer_impl.h |
+++ b/cc/video_layer_impl.h |
@@ -7,6 +7,7 @@ |
#include "base/callback.h" |
#include "base/synchronization/lock.h" |
+#include "cc/cc_export.h" |
#include "cc/layer_impl.h" |
#include "media/base/video_frame.h" |
#include "third_party/khronos/GLES2/gl2.h" |
@@ -27,8 +28,8 @@ namespace cc { |
class LayerTreeHostImpl; |
class VideoLayerImpl; |
-class VideoLayerImpl : public LayerImpl |
- , public WebKit::WebVideoFrameProvider::Client { |
+class CC_EXPORT VideoLayerImpl : public LayerImpl |
+ , public WebKit::WebVideoFrameProvider::Client { |
public: |
typedef base::Callback<media::VideoFrame* (WebKit::WebVideoFrame*)> FrameUnwrapper; |