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

Unified Diff: media/remoting/remote_renderer_impl.h

Issue 2457563002: Media Remoting: Add remoting control logic for encrypted contents. (Closed)
Patch Set: Addressed comments from PS#12. Fixed ASAN. Created 4 years, 1 month 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/remoting/remote_demuxer_stream_adapter.cc ('k') | media/remoting/remote_renderer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/remote_renderer_impl.h
diff --git a/media/remoting/remote_renderer_impl.h b/media/remoting/remote_renderer_impl.h
index 5e618f78651258a577af30ab118d37aff0d248e0..305644054d01549897eb1e9ccd6b131f39152b8e 100644
--- a/media/remoting/remote_renderer_impl.h
+++ b/media/remoting/remote_renderer_impl.h
@@ -25,7 +25,7 @@
namespace media {
class BalancedMediaTaskRunnerFactory;
-class RemotingController;
+class RemotingRendererController;
class Renderer;
class VideoRendererSink;
@@ -42,7 +42,8 @@ class RemoteRendererImpl : public Renderer {
// thread.
RemoteRendererImpl(
const scoped_refptr<base::SingleThreadTaskRunner> media_task_runner,
- const base::WeakPtr<RemotingController>& remoting_controller);
+ const base::WeakPtr<RemotingRendererController>&
+ remoting_renderer_controller);
~RemoteRendererImpl() final;
private:
@@ -141,7 +142,7 @@ class RemoteRendererImpl : public Renderer {
video_demuxer_stream_adapter_;
// Component to establish mojo remoting service on browser process.
- const base::WeakPtr<RemotingController> remoting_controller_;
+ const base::WeakPtr<RemotingRendererController> remoting_renderer_controller_;
// Broker class to process incoming and outgoing RPC message.
const base::WeakPtr<remoting::RpcBroker> rpc_broker_;
// RPC handle value for RemoteRendererImpl component.
« no previous file with comments | « media/remoting/remote_demuxer_stream_adapter.cc ('k') | media/remoting/remote_renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698