| Index: cc/video_layer.h
|
| diff --git a/cc/video_layer.h b/cc/video_layer.h
|
| index 756c5022e5f906192b5ccd15489061a4621710bb..94402193ec8600d513f8f2d97de7f137477b761d 100644
|
| --- a/cc/video_layer.h
|
| +++ b/cc/video_layer.h
|
| @@ -6,6 +6,7 @@
|
| #define VideoLayerChromium_h
|
|
|
| #include "base/callback.h"
|
| +#include "cc/cc_export.h"
|
| #include "cc/layer.h"
|
|
|
| namespace WebKit {
|
| @@ -22,7 +23,7 @@ namespace cc {
|
| class VideoLayerImpl;
|
|
|
| // A Layer that contains a Video element.
|
| -class VideoLayer : public Layer {
|
| +class CC_EXPORT VideoLayer : public Layer {
|
| public:
|
| typedef base::Callback<media::VideoFrame* (WebKit::WebVideoFrame*)> FrameUnwrapper;
|
|
|
|
|