| Index: media/filters/decrypting_audio_decoder.h
|
| diff --git a/media/filters/decrypting_audio_decoder.h b/media/filters/decrypting_audio_decoder.h
|
| index e1cc0487d83d36a91613fdb0844d7275ff6fe52f..30b0a63926d3b31a08e8e42f5af882b59084871c 100644
|
| --- a/media/filters/decrypting_audio_decoder.h
|
| +++ b/media/filters/decrypting_audio_decoder.h
|
| @@ -39,7 +39,7 @@
|
| // AudioDecoder implementation.
|
| std::string GetDisplayName() const override;
|
| void Initialize(const AudioDecoderConfig& config,
|
| - const InitCB& init_cb,
|
| + const PipelineStatusCB& status_cb,
|
| const OutputCB& output_cb) override;
|
| void Decode(const scoped_refptr<DecoderBuffer>& buffer,
|
| const DecodeCB& decode_cb) override;
|
| @@ -93,7 +93,7 @@
|
|
|
| State state_;
|
|
|
| - InitCB init_cb_;
|
| + PipelineStatusCB init_cb_;
|
| OutputCB output_cb_;
|
| DecodeCB decode_cb_;
|
| base::Closure reset_cb_;
|
|
|