| Index: content/renderer/media/rtc_video_decoder.h
|
| diff --git a/content/renderer/media/rtc_video_decoder.h b/content/renderer/media/rtc_video_decoder.h
|
| index eb7f38a2668052bd6b66a3d97f17cfae223f7443..857cc99c9158f6137b1436d7b50d0479b93e3121 100644
|
| --- a/content/renderer/media/rtc_video_decoder.h
|
| +++ b/content/renderer/media/rtc_video_decoder.h
|
| @@ -42,9 +42,8 @@ class CONTENT_EXPORT RTCVideoDecoder
|
| const media::PipelineStatusCB& status_cb,
|
| const media::StatisticsCB& statistics_cb) OVERRIDE;
|
| virtual void Read(const ReadCB& read_cb) OVERRIDE;
|
| - virtual void Reset(const base::Closure& clusure) OVERRIDE;
|
| - virtual void Stop(const base::Closure& clusure) OVERRIDE;
|
| - virtual const gfx::Size& natural_size() OVERRIDE;
|
| + virtual void Reset(const base::Closure& closure) OVERRIDE;
|
| + virtual void Stop(const base::Closure& closure) OVERRIDE;
|
| virtual void PrepareForShutdownHack() OVERRIDE;
|
|
|
| // webrtc::VideoRendererInterface implementation
|
|
|