| Index: media/filters/vpx_video_decoder.cc
|
| diff --git a/media/filters/vpx_video_decoder.cc b/media/filters/vpx_video_decoder.cc
|
| index c33282a1079d5966b745e98cf48a07983e604112..593626e449b59b604d93f443407b1ecf83ebce74 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());
|
|
|