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

Unified Diff: media/player/movie.h

Issue 155713: Added reference counting to the Pipeline interface. (Closed)
Patch Set: Uploaded too much Created 11 years, 5 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 | « media/base/pipeline_impl_unittest.cc ('k') | media/player/movie.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/player/movie.h
diff --git a/media/player/movie.h b/media/player/movie.h
index eb23822e72912966e25ea9e4330ede20e9873434..ac8fba170377bf33e641fa2aa29b0b7009eeba88 100644
--- a/media/player/movie.h
+++ b/media/player/movie.h
@@ -90,7 +90,7 @@ class Movie : public Singleton<Movie> {
Movie();
virtual ~Movie();
- scoped_ptr<PipelineImpl> pipeline_;
+ scoped_refptr<PipelineImpl> pipeline_;
scoped_ptr<base::Thread> thread_;
bool enable_audio_;
« no previous file with comments | « media/base/pipeline_impl_unittest.cc ('k') | media/player/movie.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698