Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1051)

Unified Diff: media/mojo/interfaces/decryptor.mojom

Issue 2411573002: media: Use new wrapper types for media mojo interfaces (Closed)
Patch Set: comments addressed Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/mojo/interfaces/content_decryption_module.mojom ('k') | media/mojo/interfaces/media_types.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « media/mojo/interfaces/content_decryption_module.mojom ('k') | media/mojo/interfaces/media_types.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698