| Index: media/filters/vpx_video_decoder.cc
|
| diff --git a/media/filters/vpx_video_decoder.cc b/media/filters/vpx_video_decoder.cc
|
| index 0a14d3e8e25e6923ec3147f1cf325dfd0a1b2c22..fc839141c91b33b5c36b0fea92c27ae8484291fd 100644
|
| --- a/media/filters/vpx_video_decoder.cc
|
| +++ b/media/filters/vpx_video_decoder.cc
|
| @@ -278,7 +278,6 @@
|
|
|
| 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());
|
|
|