Chromium Code Reviews| 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..14b2ef2456f19a629d6e1de1cc91f31c3b8cea77 100644 |
| --- a/webkit/compositor_bindings/web_video_layer_impl.h |
| +++ b/webkit/compositor_bindings/web_video_layer_impl.h |
| @@ -7,6 +7,7 @@ |
| #include "base/memory/scoped_ptr.h" |
| #include "third_party/WebKit/Source/Platform/chromium/public/WebVideoLayer.h" |
| +#include "webkit/compositor_bindings/web_to_ccvideo_frame_provider.h" |
|
sheu
2013/01/03 22:00:27
As a forward-declaration instead of a header inclu
danakj
2013/01/03 22:44:54
Done.
|
| #include "webkit/compositor_bindings/webkit_compositor_bindings_export.h" |
| namespace WebKit { |
| @@ -23,6 +24,7 @@ public: |
| virtual bool active() const OVERRIDE; |
| private: |
| + scoped_ptr<webkit::WebToCCVideoFrameProvider> m_providerAdapter; |
| scoped_ptr<WebLayerImpl> m_layer; |
| }; |