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

Unified Diff: media/player/movie.h

Issue 155338: Implemented injected message loops for PipelineImpl. (Closed)
Patch Set: Merged with git-svn 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 fdaa2b5a9ac4ee788a028605f0227026106a9c5c..eb23822e72912966e25ea9e4330ede20e9873434 100644
--- a/media/player/movie.h
+++ b/media/player/movie.h
@@ -11,6 +11,7 @@
#include "base/scoped_ptr.h"
#include "base/singleton.h"
+#include "base/thread.h"
class WtlVideoRenderer;
@@ -90,6 +91,7 @@ class Movie : public Singleton<Movie> {
virtual ~Movie();
scoped_ptr<PipelineImpl> pipeline_;
+ scoped_ptr<base::Thread> thread_;
bool enable_audio_;
bool enable_swscaler_;
« 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