Index: cc/video_layer_impl.h |
diff --git a/cc/video_layer_impl.h b/cc/video_layer_impl.h |
index 964d35c69987fa1a76710b401134f68e9f09e976..5249405b7f93aae293669d9ab7b2489648cdf50d 100644 |
--- a/cc/video_layer_impl.h |
+++ b/cc/video_layer_impl.h |
@@ -8,6 +8,7 @@ |
#include "IntSize.h" |
#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,7 +28,7 @@ namespace cc { |
class LayerTreeHostImpl; |
class VideoLayerImpl; |
-class VideoLayerImpl : public LayerImpl |
+class CC_EXPORT VideoLayerImpl : public LayerImpl |
, public WebKit::WebVideoFrameProvider::Client { |
jamesr
2012/11/01 23:11:30
alignment here is wacky - the ',' was lined up wit
piman
2012/11/02 00:13:37
Done.
|
public: |
typedef base::Callback<media::VideoFrame* (WebKit::WebVideoFrame*)> FrameUnwrapper; |