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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2406483002: WIP - Add EME (Closed)
Patch Set: Rebase. Split RemotingSourceImpl. Addressed comments. 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 | « no previous file | content/renderer/render_frame_impl.cc » ('j') | content/renderer/render_frame_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 538e57034bf0e3b5574d19a7b281277284cb9d89..84a2be6a465b59f1773663c4fa9b35b2e7133473 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -106,7 +106,7 @@ class CdmFactory;
class DecoderFactory;
class MediaPermission;
class MediaServiceProvider;
-class RemotingController;
+class RemotingRendererController;
class RendererWebMediaPlayerDelegate;
class SurfaceManager;
class UrlIndex;
@@ -1068,9 +1068,11 @@ class CONTENT_EXPORT RenderFrameImpl
void InitializeBlameContext(RenderFrameImpl* parent_frame);
#if BUILDFLAG(ENABLE_MEDIA_REMOTING)
- // Creates the RemotingController to control whether to switch to/from media
+ // Creates the RemotingRendererController to control whether to switch to/from
+ // media
// remoting from/to local playback.
miu 2016/10/25 04:21:25 nit: This line can go at the end of the line above
xjz 2016/10/26 22:00:25 Done.
- std::unique_ptr<media::RemotingController> CreateRemotingController();
+ std::unique_ptr<media::RemotingRendererController>
+ CreateRemotingRendererController();
#endif
// Stores the WebLocalFrame we are associated with. This is null from the
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | content/renderer/render_frame_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698