| Index: media/mojo/interfaces/decryptor.mojom
|
| diff --git a/media/mojo/interfaces/decryptor.mojom b/media/mojo/interfaces/decryptor.mojom
|
| index ab24081242f55ba339434842f7b31b26b0e75c9a..0a79bec42493603bd36028eb0957719fce2a833b 100644
|
| --- a/media/mojo/interfaces/decryptor.mojom
|
| +++ b/media/mojo/interfaces/decryptor.mojom
|
| @@ -54,7 +54,7 @@ interface Decryptor {
|
| // For video, ReleaseSharedBuffer() must be called when the VideoFrame
|
| // is shared memory based and the memory is no longer needed.
|
| DecryptAndDecodeAudio(DecoderBuffer encrypted)
|
| - => (Status status, array<AudioBuffer>? audio_buffers);
|
| + => (Status status, array<AudioBuffer> audio_buffers);
|
| DecryptAndDecodeVideo(DecoderBuffer encrypted)
|
| => (Status status, VideoFrame? video_frame);
|
|
|
|
|