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

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: Fixed crashes Created 7 years, 12 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..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;
};

Powered by Google App Engine
This is Rietveld 408576698