Index: media/mojo/interfaces/audio_decoder.mojom |
diff --git a/media/mojo/interfaces/audio_decoder.mojom b/media/mojo/interfaces/audio_decoder.mojom |
index 7601ba060363639c62af2ac52491f55efdbdb6fe..bb4f0591e2850c003bbcc8b5244c6dd4d08c2791 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 |