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

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

Issue 2643743002: Mojify demuxers and allow running {Chunk/FFmpeg}Demuxer in a Utility Process (Closed)
Patch Set: Rebase and make sure to unbind mojom::DemuxerPtr on the bound thread during termination Created 3 years, 10 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_demuxer_source_buffer.cc ('k') | media/mojo/clients/mojo_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/clients/mojo_renderer.h
diff --git a/media/mojo/clients/mojo_renderer.h b/media/mojo/clients/mojo_renderer.h
index 379db94e1ccebb8d90ec1572d277b774a7ef09e5..143ba0204382f3034d8969eede4617e479fe20ff 100644
--- a/media/mojo/clients/mojo_renderer.h
+++ b/media/mojo/clients/mojo_renderer.h
@@ -100,6 +100,10 @@ class MojoRenderer : public Renderer, public mojom::RendererClient {
// MediaResource::Type::URL.
void InitializeRendererFromUrl(media::RendererClient* client);
+ // Initialize the remote renderer when |media_resource| is of type
+ // DemuxerSteamProvider::Type::REMOTE.
+ void InitializeRendererFromRemoteId(media::RendererClient* client);
+
// Callback for connection error on |remote_renderer_|.
void OnConnectionError();
« no previous file with comments | « media/mojo/clients/mojo_demuxer_source_buffer.cc ('k') | media/mojo/clients/mojo_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698