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

Unified Diff: chromecast/media/service/cast_mojo_media_client.cc

Issue 2849043002: Send AndroidOverlay routing token from WMPI to AVDA. (Closed)
Patch Set: rebased Created 3 years, 7 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 | content/renderer/media/android/media_player_renderer_client_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/service/cast_mojo_media_client.cc
diff --git a/chromecast/media/service/cast_mojo_media_client.cc b/chromecast/media/service/cast_mojo_media_client.cc
index d8e4fbba6dbaecb72a477e15a437e1c183f4fa67..2469940b8614557d480ceeb081ed0dc02b3578a9 100644
--- a/chromecast/media/service/cast_mojo_media_client.cc
+++ b/chromecast/media/service/cast_mojo_media_client.cc
@@ -11,6 +11,7 @@
#include "media/base/audio_renderer_sink.h"
#include "media/base/cdm_factory.h"
#include "media/base/media_log.h"
+#include "media/base/overlay_info.h"
#include "media/base/renderer_factory.h"
namespace chromecast {
@@ -71,7 +72,7 @@ class CastRendererFactory : public ::media::RendererFactory {
const scoped_refptr<base::TaskRunner>& worker_task_runner,
::media::AudioRendererSink* audio_renderer_sink,
::media::VideoRendererSink* video_renderer_sink,
- const ::media::RequestSurfaceCB& request_surface_cb) final {
+ const ::media::RequestOverlayInfoCB& request_overlay_info_cb) final {
DCHECK(audio_renderer_sink);
DCHECK(!video_renderer_sink);
return base::MakeUnique<CastRenderer>(
« no previous file with comments | « no previous file | content/renderer/media/android/media_player_renderer_client_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698