| Index: media/filters/vpx_video_decoder.h
|
| diff --git a/media/filters/vpx_video_decoder.h b/media/filters/vpx_video_decoder.h
|
| index 5bbc086d4cb0187bfed951f2e6c8a02b0dfd4578..bbf98950c0ac06393a244a5513caf8a49cc411b3 100644
|
| --- a/media/filters/vpx_video_decoder.h
|
| +++ b/media/filters/vpx_video_decoder.h
|
| @@ -35,7 +35,6 @@
|
| std::string GetDisplayName() const override;
|
| void Initialize(const VideoDecoderConfig& config,
|
| bool low_delay,
|
| - const SetCdmReadyCB& set_cdm_ready_cb,
|
| const InitCB& init_cb,
|
| const OutputCB& output_cb) override;
|
| void Decode(const scoped_refptr<DecoderBuffer>& buffer,
|
|
|