Index: media/mojo/interfaces/audio_decoder.mojom |
diff --git a/media/mojo/interfaces/audio_decoder.mojom b/media/mojo/interfaces/audio_decoder.mojom |
index c0d23787c442a42fe4b6914824f82a2e98dbe269..f37677c51c149c903c82ad58e6c3ad464d333b44 100644 |
--- a/media/mojo/interfaces/audio_decoder.mojom |
+++ b/media/mojo/interfaces/audio_decoder.mojom |
@@ -18,7 +18,7 @@ interface AudioDecoder { |
// For the unencrypted streams the |cdm_id| is ignored. Executed the callback |
// with whether the initialization succeeded, and whether the pipeline needs |
// bitstream conversion. |
- Initialize(AudioDecoderConfig config, int32 cdm_id) |
+ Initialize(AudioDecoderClient client, AudioDecoderConfig config, int32 cdm_id) |
=> (bool success, bool needs_bitstream_conversion); |
// Sends the |buffer| to the underlying codec. Should be called only after |