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

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

Issue 2815303006: Convert MediaLog from being ref counted to owned by WebMediaPlayer. (Closed)
Patch Set: Rebase. Created 3 years, 8 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/service/cast_mojo_media_client.h
diff --git a/chromecast/media/service/cast_mojo_media_client.h b/chromecast/media/service/cast_mojo_media_client.h
index bcf890fb92e76043bf3058cd3272d1f3d99119f3..521507b2aa50363eea584b5c6aae18316170cb31 100644
--- a/chromecast/media/service/cast_mojo_media_client.h
+++ b/chromecast/media/service/cast_mojo_media_client.h
@@ -32,7 +32,7 @@ class CastMojoMediaClient : public ::media::MojoMediaClient {
scoped_refptr<::media::AudioRendererSink> CreateAudioRendererSink(
const std::string& audio_device_id) override;
std::unique_ptr<::media::RendererFactory> CreateRendererFactory(
- const scoped_refptr<::media::MediaLog>& media_log) override;
+ ::media::MediaLog* media_log) override;
std::unique_ptr<::media::CdmFactory> CreateCdmFactory(
service_manager::mojom::InterfaceProvider* host_interfaces) override;
« no previous file with comments | « chromecast/media/cma/test/frame_segmenter_for_test.cc ('k') | chromecast/media/service/cast_mojo_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698