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

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: nits 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..c208454a6977b83819bd477ff10c12f30aa09416 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);
+ const scoped_refptr<media::MediaLog> media_log);
// 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