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

Unified Diff: chromecast/browser/media/cma_media_pipeline_client.h

Issue 1531543002: [Chromecast] Adding pause/resume operations to VideoPlaneController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase of Patch Set 8. Created 4 years, 11 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 | « chromecast/base/cast_resource.cc ('k') | chromecast/browser/media/cma_media_pipeline_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/media/cma_media_pipeline_client.h
diff --git a/chromecast/browser/media/cma_media_pipeline_client.h b/chromecast/browser/media/cma_media_pipeline_client.h
index 7c8ce004febd4719897c7eb0cb5d7902d02feb10..0dcf8ba925d3fcf0715612e9a5848c743684222f 100644
--- a/chromecast/browser/media/cma_media_pipeline_client.h
+++ b/chromecast/browser/media/cma_media_pipeline_client.h
@@ -32,6 +32,7 @@ class CmaMediaPipelineClient : public base::RefCounted<CmaMediaPipelineClient>,
virtual void OnMediaPipelineBackendDestroyed();
// cast::CastResource implementation:
+ void AcquireResource(CastResource::Resource resource) override;
void ReleaseResource(CastResource::Resource resource) override;
protected:
« no previous file with comments | « chromecast/base/cast_resource.cc ('k') | chromecast/browser/media/cma_media_pipeline_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698