| Index: webkit/compositor_bindings/web_video_layer_impl.h
|
| diff --git a/webkit/compositor_bindings/web_video_layer_impl.h b/webkit/compositor_bindings/web_video_layer_impl.h
|
| index fdd1745d2627bb59a57ec6b407f16e249594fd79..017e3dc38d503b28612049d8261c1cb1fbff5d87 100644
|
| --- a/webkit/compositor_bindings/web_video_layer_impl.h
|
| +++ b/webkit/compositor_bindings/web_video_layer_impl.h
|
| @@ -9,6 +9,10 @@
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebVideoLayer.h"
|
| #include "webkit/compositor_bindings/webkit_compositor_bindings_export.h"
|
|
|
| +namespace webkit {
|
| +class WebToCCVideoFrameProvider;
|
| +}
|
| +
|
| namespace WebKit {
|
| class WebLayerImpl;
|
|
|
| @@ -23,6 +27,7 @@ public:
|
| virtual bool active() const OVERRIDE;
|
|
|
| private:
|
| + scoped_ptr<webkit::WebToCCVideoFrameProvider> m_providerAdapter;
|
| scoped_ptr<WebLayerImpl> m_layer;
|
| };
|
|
|
|
|