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

Unified Diff: chromecast/media/base/switching_media_renderer.h

Issue 973263002: Chromecast: Fix build in chromecast_media_renderer_factory.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added waiting_for_decryption_key_cb parameter to switching renderer Created 5 years, 10 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 | chromecast/media/base/switching_media_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/base/switching_media_renderer.h
diff --git a/chromecast/media/base/switching_media_renderer.h b/chromecast/media/base/switching_media_renderer.h
index 0f2316236d2e8bb3be4d47e5903b87a2f5e0f2bb..0829675e43289417aba2c44c71a3fec1d7dd71fc 100644
--- a/chromecast/media/base/switching_media_renderer.h
+++ b/chromecast/media/base/switching_media_renderer.h
@@ -38,7 +38,8 @@ class SwitchingMediaRenderer : public ::media::Renderer {
const ::media::BufferingStateCB& buffering_state_cb,
const ::media::Renderer::PaintCB& paint_cb,
const base::Closure& ended_cb,
- const ::media::PipelineStatusCB& error_cb) override;
+ const ::media::PipelineStatusCB& error_cb,
+ const base::Closure& waiting_for_decryption_key_cb) override;
void SetCdm(::media::CdmContext* cdm_context,
const ::media::CdmAttachedCB& cdm_attached_cb) override;
void Flush(const base::Closure& flush_cb) override;
« no previous file with comments | « no previous file | chromecast/media/base/switching_media_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698