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

Unified Diff: chromecast/renderer/media/cma_message_filter_proxy.h

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 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
Index: chromecast/renderer/media/cma_message_filter_proxy.h
diff --git a/chromecast/renderer/media/cma_message_filter_proxy.h b/chromecast/renderer/media/cma_message_filter_proxy.h
index ab007118e173038777365402f34614d6be0b3d60..7781338354ad6573ed83326348038c728c1ba381 100644
--- a/chromecast/renderer/media/cma_message_filter_proxy.h
+++ b/chromecast/renderer/media/cma_message_filter_proxy.h
@@ -35,7 +35,7 @@ class CmaMessageFilterProxy : public IPC::MessageFilter {
~MediaDelegate();
::media::PipelineStatusCB state_changed_cb;
- MediaPipelineClient client;
+ RendererMediaPipelineClient client;
};
struct AudioDelegate {
@@ -45,7 +45,7 @@ class CmaMessageFilterProxy : public IPC::MessageFilter {
AvPipeCB av_pipe_cb;
base::Closure pipe_read_cb;
::media::PipelineStatusCB state_changed_cb;
- AvPipelineClient client;
+ RendererAvPipelineClient client;
};
struct VideoDelegate {
@@ -55,7 +55,7 @@ class CmaMessageFilterProxy : public IPC::MessageFilter {
AvPipeCB av_pipe_cb;
base::Closure pipe_read_cb;
::media::PipelineStatusCB state_changed_cb;
- VideoPipelineClient client;
+ RendererVideoPipelineClient client;
};
explicit CmaMessageFilterProxy(

Powered by Google App Engine
This is Rietveld 408576698