| Index: media/filters/vpx_video_decoder.h
|
| diff --git a/media/filters/vpx_video_decoder.h b/media/filters/vpx_video_decoder.h
|
| index bbf98950c0ac06393a244a5513caf8a49cc411b3..5bbc086d4cb0187bfed951f2e6c8a02b0dfd4578 100644
|
| --- a/media/filters/vpx_video_decoder.h
|
| +++ b/media/filters/vpx_video_decoder.h
|
| @@ -35,6 +35,7 @@ class MEDIA_EXPORT VpxVideoDecoder : public VideoDecoder {
|
| 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,
|
|
|