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

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

Issue 2408063009: media: Use native DecodeStatus in 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/base/ipc/media_param_traits_macros.h ('k') | media/mojo/clients/mojo_audio_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/clients/mojo_audio_decoder.h
diff --git a/media/mojo/clients/mojo_audio_decoder.h b/media/mojo/clients/mojo_audio_decoder.h
index 14255aa88a0108e12ba4e71766211beaa08464cb..0d148f890ec7c37739473385c58eef07b4939d49 100644
--- a/media/mojo/clients/mojo_audio_decoder.h
+++ b/media/mojo/clients/mojo_audio_decoder.h
@@ -52,7 +52,7 @@ class MojoAudioDecoder : public AudioDecoder, public mojom::AudioDecoderClient {
void OnInitialized(bool success, bool needs_bitstream_conversion);
// Called when |remote_decoder_| accepted or rejected DecoderBuffer.
- void OnDecodeStatus(mojom::DecodeStatus decode_status);
+ void OnDecodeStatus(DecodeStatus decode_status);
// called when |remote_decoder_| finished Reset() sequence.
void OnResetDone();
« no previous file with comments | « media/base/ipc/media_param_traits_macros.h ('k') | media/mojo/clients/mojo_audio_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698