| Index: media/filters/vpx_video_decoder.cc
|
| diff --git a/media/filters/vpx_video_decoder.cc b/media/filters/vpx_video_decoder.cc
|
| index fc839141c91b33b5c36b0fea92c27ae8484291fd..0a14d3e8e25e6923ec3147f1cf325dfd0a1b2c22 100644
|
| --- a/media/filters/vpx_video_decoder.cc
|
| +++ b/media/filters/vpx_video_decoder.cc
|
| @@ -278,6 +278,7 @@ std::string VpxVideoDecoder::GetDisplayName() const {
|
|
|
| void VpxVideoDecoder::Initialize(const VideoDecoderConfig& config,
|
| bool low_delay,
|
| + const SetCdmReadyCB& /* set_cdm_ready_cb */,
|
| const InitCB& init_cb,
|
| const OutputCB& output_cb) {
|
| DCHECK(task_runner_->BelongsToCurrentThread());
|
|
|