Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(644)

Unified Diff: webkit/compositor_bindings/web_video_layer_impl.h

Issue 11754003: Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
« no previous file with comments | « webkit/compositor_bindings/web_to_ccvideo_frame_provider.cc ('k') | webkit/compositor_bindings/web_video_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698