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

Unified Diff: webkit/media/webvideoframe_impl.h

Issue 8686010: <video> decode in hardware! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing OVERRIDEs Created 9 years 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/media/webvideoframe_impl.h
diff --git a/webkit/media/webvideoframe_impl.h b/webkit/media/webvideoframe_impl.h
index f82c4d77cb236ec6ab8f7905f298ee8b3ad3c1dd..bb315dc7fb300abed488bb76e5e18a5793826581 100644
--- a/webkit/media/webvideoframe_impl.h
+++ b/webkit/media/webvideoframe_impl.h
@@ -25,6 +25,7 @@ class WebVideoFrameImpl : public WebKit::WebVideoFrame {
virtual unsigned planes() const OVERRIDE;
virtual int stride(unsigned plane) const OVERRIDE;
virtual const void* data(unsigned plane) const OVERRIDE;
+ virtual unsigned textureId() const OVERRIDE;
scherkus (not reviewing) 2011/12/06 00:27:44 instead of stuffing two image types (hardware and
Ami GONE FROM CHROMIUM 2011/12/07 00:03:04 HW path requires only texture id & size info. It
private:
scoped_refptr<media::VideoFrame> video_frame_;

Powered by Google App Engine
This is Rietveld 408576698