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

Unified Diff: chromecast/media/cma/pipeline/av_pipeline_client.cc

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/media/cma/pipeline/av_pipeline_client.cc
diff --git a/chromecast/media/cma/pipeline/av_pipeline_client.cc b/chromecast/media/cma/pipeline/av_pipeline_client.cc
index 1845c6cc5c1524e47c98970e968410eae823b7cc..a253b07e9d5b314e03734c3b8c7444c95036e189 100644
--- a/chromecast/media/cma/pipeline/av_pipeline_client.cc
+++ b/chromecast/media/cma/pipeline/av_pipeline_client.cc
@@ -7,10 +7,14 @@
namespace chromecast {
namespace media {
-AvPipelineClient::AvPipelineClient() {
+RendererAvPipelineClient::RendererAvPipelineClient() {
+}
+RendererAvPipelineClient::~RendererAvPipelineClient() {
slan 2015/10/06 19:34:00 nit: I know Ken is splitting these out, but let's
kmackay 2015/10/06 21:44:55 Done.
}
-AvPipelineClient::~AvPipelineClient() {
+BrowserAvPipelineClient::BrowserAvPipelineClient() {
+}
+BrowserAvPipelineClient::~BrowserAvPipelineClient() {
}
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698