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

Unified Diff: media/mojo/clients/mojo_decryptor.h

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/clients/mojo_cdm.cc ('k') | media/mojo/clients/mojo_decryptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/clients/mojo_decryptor.h
diff --git a/media/mojo/clients/mojo_decryptor.h b/media/mojo/clients/mojo_decryptor.h
index c71207c064e4475a55865fa90842d11e1ea0bd97..6e289c8f46e43681da76dfcf32eacb2a30ccab32 100644
--- a/media/mojo/clients/mojo_decryptor.h
+++ b/media/mojo/clients/mojo_decryptor.h
@@ -54,7 +54,7 @@ class MojoDecryptor : public Decryptor {
mojom::DecoderBufferPtr buffer);
void OnAudioDecoded(const AudioDecodeCB& audio_decode_cb,
mojom::Decryptor::Status status,
- mojo::Array<mojom::AudioBufferPtr> audio_buffers);
+ std::vector<mojom::AudioBufferPtr> audio_buffers);
void OnVideoDecoded(const VideoDecodeCB& video_decode_cb,
mojom::Decryptor::Status status,
mojom::VideoFramePtr video_frame);
« no previous file with comments | « media/mojo/clients/mojo_cdm.cc ('k') | media/mojo/clients/mojo_decryptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698