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

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

Issue 1899363002: Finish plumbing MojoVideoDecoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove CHECKs on GPU side. Created 4 years, 7 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
Index: media/mojo/services/mojo_audio_decoder.h
diff --git a/media/mojo/services/mojo_audio_decoder.h b/media/mojo/services/mojo_audio_decoder.h
index 209d7a20130fedc4c526d4a7efa395c6dce79ebb..46983d90c6c8b21363c560539a4ef8b0d07a594f 100644
--- a/media/mojo/services/mojo_audio_decoder.h
+++ b/media/mojo/services/mojo_audio_decoder.h
@@ -9,6 +9,7 @@
#include "base/memory/ref_counted.h"
#include "media/base/audio_decoder.h"
#include "media/mojo/interfaces/audio_decoder.mojom.h"
+#include "media/mojo/interfaces/media_types.mojom.h"
#include "mojo/public/cpp/bindings/binding.h"
#include "mojo/public/cpp/system/data_pipe.h"
@@ -47,7 +48,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::AudioDecoder::DecodeStatus decode_status);
+ void OnDecodeStatus(mojom::DecodeStatus decode_status);
// called when |remote_decoder_| finished Reset() sequence.
void OnResetDone();

Powered by Google App Engine
This is Rietveld 408576698