| Index: content/renderer/media/capture_video_decoder.h
|
| diff --git a/content/renderer/media/capture_video_decoder.h b/content/renderer/media/capture_video_decoder.h
|
| index 85384aa398e6c953f5f36b23c1a6123ce9b90b16..75bf15355c71c84189bd91f632ac67b743865874 100644
|
| --- a/content/renderer/media/capture_video_decoder.h
|
| +++ b/content/renderer/media/capture_video_decoder.h
|
| @@ -39,7 +39,6 @@ class CONTENT_EXPORT CaptureVideoDecoder
|
| virtual void Read(const ReadCB& read_cb) OVERRIDE;
|
| virtual void Reset(const base::Closure& closure) OVERRIDE;
|
| virtual void Stop(const base::Closure& closure) OVERRIDE;
|
| - virtual const gfx::Size& natural_size() OVERRIDE;
|
| virtual void PrepareForShutdownHack() OVERRIDE;
|
|
|
| // VideoCapture::EventHandler implementation.
|
|
|