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

Unified Diff: media/base/video_renderer.h

Issue 13813016: Remove reference counting from media::Demuxer and friends. (Closed) Base URL: http://git.chromium.org/chromium/src.git@vd_scoped
Patch Set: Created 7 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: media/base/video_renderer.h
diff --git a/media/base/video_renderer.h b/media/base/video_renderer.h
index 9d42d14f865ff44ccf36ea33d1f3d86b7f141ec3..7caa61246b0165aebf1a54adf1013b65f0538d46 100644
--- a/media/base/video_renderer.h
+++ b/media/base/video_renderer.h
@@ -53,7 +53,7 @@ class MEDIA_EXPORT VideoRenderer {
// |get_time_cb| is used to query the current media playback time.
//
// |get_duration_cb| is used to query the media duration.
- virtual void Initialize(const scoped_refptr<DemuxerStream>& stream,
+ virtual void Initialize(DemuxerStream* stream,
const PipelineStatusCB& init_cb,
const StatisticsCB& statistics_cb,
const TimeCB& time_cb,

Powered by Google App Engine
This is Rietveld 408576698