| Index: webkit/glue/webvideoframe_impl.h
|
| diff --git a/webkit/glue/webvideoframe_impl.h b/webkit/glue/webvideoframe_impl.h
|
| index dfaac03a1df9729e968baa98d6ca4fa179e316b9..5454089fc9fea347844cc996cf2017e031f1e8f9 100644
|
| --- a/webkit/glue/webvideoframe_impl.h
|
| +++ b/webkit/glue/webvideoframe_impl.h
|
| @@ -18,6 +18,7 @@ class WebVideoFrameImpl : public WebVideoFrame {
|
| static media::VideoFrame* toVideoFrame(WebVideoFrame* web_video_frame);
|
|
|
| WebVideoFrameImpl(scoped_refptr<media::VideoFrame> video_frame);
|
| + virtual ~WebVideoFrameImpl();
|
| virtual WebVideoFrame::SurfaceType surfaceType() const;
|
| virtual WebVideoFrame::Format format() const;
|
| virtual unsigned width() const;
|
|
|