| Index: media/filters/vpx_video_decoder.h
|
| diff --git a/media/filters/vpx_video_decoder.h b/media/filters/vpx_video_decoder.h
|
| index fdc5958572e8fea070a3b9d439534aafcf19006f..37ceb2f195b5fe6300d972be1531d8233d5cdc06 100644
|
| --- a/media/filters/vpx_video_decoder.h
|
| +++ b/media/filters/vpx_video_decoder.h
|
| @@ -32,14 +32,14 @@ class MEDIA_EXPORT VpxVideoDecoder : public VideoDecoder {
|
| virtual ~VpxVideoDecoder();
|
|
|
| // VideoDecoder implementation.
|
| - virtual std::string GetDisplayName() const OVERRIDE;
|
| + virtual std::string GetDisplayName() const override;
|
| virtual void Initialize(const VideoDecoderConfig& config,
|
| bool low_delay,
|
| const PipelineStatusCB& status_cb,
|
| - const OutputCB& output_cb) OVERRIDE;
|
| + const OutputCB& output_cb) override;
|
| virtual void Decode(const scoped_refptr<DecoderBuffer>& buffer,
|
| - const DecodeCB& decode_cb) OVERRIDE;
|
| - virtual void Reset(const base::Closure& closure) OVERRIDE;
|
| + const DecodeCB& decode_cb) override;
|
| + virtual void Reset(const base::Closure& closure) override;
|
|
|
| private:
|
| enum DecoderState {
|
|
|