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

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

Issue 1255083004: media: Mojo interfaces renaming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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_demuxer_stream_adapter.h
diff --git a/media/mojo/services/mojo_demuxer_stream_adapter.h b/media/mojo/services/mojo_demuxer_stream_adapter.h
index 6cc0d814ccde765f0b7c1a5772b6ba2e0cdfe3fa..b6b4d9372ede8f9e218604f96dee1ac68c00442c 100644
--- a/media/mojo/services/mojo_demuxer_stream_adapter.h
+++ b/media/mojo/services/mojo_demuxer_stream_adapter.h
@@ -50,7 +50,7 @@ class MojoDemuxerStreamAdapter : public DemuxerStream {
// The callback from |demuxer_stream_| that a read operation has completed.
// |read_cb| is a callback from the client who invoked Read() on |this|.
void OnBufferReady(interfaces::DemuxerStream::Status status,
- interfaces::MediaDecoderBufferPtr buffer,
+ interfaces::DecoderBufferPtr buffer,
interfaces::AudioDecoderConfigPtr audio_config,
interfaces::VideoDecoderConfigPtr video_config);

Powered by Google App Engine
This is Rietveld 408576698