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

Unified Diff: webkit/media/websourcebuffer_impl.cc

Issue 13813016: Remove reference counting from media::Demuxer and friends. (Closed) Base URL: http://git.chromium.org/chromium/src.git@vd_scoped
Patch Set: fix tools 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
« webkit/media/webmediaplayer_impl.cc ('K') | « webkit/media/websourcebuffer_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/websourcebuffer_impl.cc
diff --git a/webkit/media/websourcebuffer_impl.cc b/webkit/media/websourcebuffer_impl.cc
index de03e5a2c2cdd2c98f816b055bc59a19805b359b..5e1bf0b49f81b9ba21b0f11a30362948b3982364 100644
--- a/webkit/media/websourcebuffer_impl.cc
+++ b/webkit/media/websourcebuffer_impl.cc
@@ -9,7 +9,7 @@
namespace webkit_media {
WebSourceBufferImpl::WebSourceBufferImpl(
- const std::string& id, scoped_refptr<media::ChunkDemuxer> demuxer)
+ const std::string& id, media::ChunkDemuxer* demuxer)
: id_(id),
demuxer_(demuxer) {
DCHECK(demuxer_);
« webkit/media/webmediaplayer_impl.cc ('K') | « webkit/media/websourcebuffer_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698