| Index: media/filters/vpx_video_decoder.cc
|
| diff --git a/media/filters/vpx_video_decoder.cc b/media/filters/vpx_video_decoder.cc
|
| index 331bf6777dfc56aa1b2f3db2ff056f09f1ab0771..172e1aa9433dc2cc39c3314eee4d151f61556c17 100644
|
| --- a/media/filters/vpx_video_decoder.cc
|
| +++ b/media/filters/vpx_video_decoder.cc
|
| @@ -375,7 +375,7 @@ std::string VpxVideoDecoder::GetDisplayName() const {
|
|
|
| void VpxVideoDecoder::Initialize(const VideoDecoderConfig& config,
|
| bool /* low_delay */,
|
| - const SetCdmReadyCB& /* set_cdm_ready_cb */,
|
| + CdmContext* /* cdm_context */,
|
| const InitCB& init_cb,
|
| const OutputCB& output_cb) {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
|
|