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

Unified Diff: chromecast/browser/cast_content_browser_client.h

Issue 2363303002: [WIP] Proxy RtcVideoDecoder calls to a media::VideoDecoder.
Patch Set: Now working with remote ffmpeg decoder 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_content_browser_client.h
diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h
index 5a3cfcc72aa126dfb522b77dc6d21b4518029f6f..f5f5a55faa9a25f0bbe4175fd8be436e926b0fb9 100644
--- a/chromecast/browser/cast_content_browser_client.h
+++ b/chromecast/browser/cast_content_browser_client.h
@@ -37,6 +37,7 @@ namespace chromecast {
class CastService;
namespace media {
+class CastMojoMediaClient;
class MediaCapsImpl;
class MediaPipelineBackend;
class MediaPipelineBackendManager;
@@ -205,6 +206,10 @@ class CastContentBrowserClient : public content::ContentBrowserClient {
CastBrowserMainParts* cast_browser_main_parts_;
std::unique_ptr<URLRequestContextFactory> url_request_context_factory_;
+ // This is the MojoMediaClient used for media mojo interfaces exposed to the
+ // renderer process.
+ std::unique_ptr<media::CastMojoMediaClient> cast_mojo_media_client_;
+
DISALLOW_COPY_AND_ASSIGN(CastContentBrowserClient);
};
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698