| Index: webkit/media/webvideoframe_impl.h
|
| diff --git a/webkit/media/webvideoframe_impl.h b/webkit/media/webvideoframe_impl.h
|
| index 72e81a51e7868957c999425a0cfba2fc596f4b5e..79278a6c524d5be06ae53871ad197a5c42aee998 100644
|
| --- a/webkit/media/webvideoframe_impl.h
|
| +++ b/webkit/media/webvideoframe_impl.h
|
| @@ -26,6 +26,7 @@ class WebVideoFrameImpl : public WebKit::WebVideoFrame {
|
| virtual int stride(unsigned plane) const;
|
| virtual const void* data(unsigned plane) const;
|
| virtual unsigned textureId() const;
|
| + virtual unsigned textureTarget() const;
|
|
|
| private:
|
| scoped_refptr<media::VideoFrame> video_frame_;
|
|
|