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

Unified Diff: content/renderer/media/android/media_source_delegate.h

Issue 496103002: Fix the ownership of media_log_ in WebMediaPlayerAndroid (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: passing refptr to MediaSourceDelegate Created 6 years, 4 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_source_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/android/media_source_delegate.h
diff --git a/content/renderer/media/android/media_source_delegate.h b/content/renderer/media/android/media_source_delegate.h
index 28b18325938d1cdc9397bb64f0cef3a6c51c68ae..fe2f1b4006b519512b134fa7ab5e2f51010d1d38 100644
--- a/content/renderer/media/android/media_source_delegate.h
+++ b/content/renderer/media/android/media_source_delegate.h
@@ -56,7 +56,7 @@ class MediaSourceDelegate : public media::DemuxerHost {
MediaSourceDelegate(RendererDemuxerAndroid* demuxer_client,
int demuxer_client_id,
const scoped_refptr<base::MessageLoopProxy>& media_loop,
- media::MediaLog* media_log);
+ scoped_refptr<media::MediaLog> media_log);
xhwang 2014/08/22 02:34:06 nit: in media code, we pass scoped_refptr by const
qinmin 2014/08/22 16:32:08 Done.
// Initialize the MediaSourceDelegate. |media_source| will be owned by
// this object after this call.
« no previous file with comments | « no previous file | content/renderer/media/android/media_source_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698