Chromium Code Reviews| Index: webkit/media/webvideoframe_impl.h | 
| diff --git a/webkit/media/webvideoframe_impl.h b/webkit/media/webvideoframe_impl.h | 
| index 4680b5c8fe7929f4ed9e334f5bba755a74d95f13..11cb4f099a78dd6329520000384c2755f90b7ed6 100644 | 
| --- a/webkit/media/webvideoframe_impl.h | 
| +++ b/webkit/media/webvideoframe_impl.h | 
| @@ -19,7 +19,9 @@ class WebVideoFrameImpl : public WebKit::WebVideoFrame { | 
| public: | 
| WebVideoFrameImpl(scoped_refptr<media::VideoFrame> video_frame); | 
| virtual ~WebVideoFrameImpl(); | 
| - | 
| + virtual WebKit::WebVideoFrame::Format format() const; | 
| 
 
danakj
2013/03/04 15:57:50
Why can't you use the video_frame directly? This c
 
Ken Russell (switch to Gerrit)
2013/03/05 00:48:39
Is your suggestion to instead pass the WebVideoFra
 
 | 
| + virtual unsigned textureId() const; | 
| + virtual unsigned textureTarget() const; | 
| scoped_refptr<media::VideoFrame> video_frame; | 
| private: |