diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-10 23:26:28 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-10 23:26:28 +0000 |
commit | 423df4c237150165c9f0c61136c119f35a0c434f (patch) | |
tree | f9ac977a7b22dbc302c3372faf8aadfc609c0fda /media/player/movie.h | |
parent | 92587cb639acbfcdf0d4089187d6ac86f77101bd (diff) | |
download | chromium_src-423df4c237150165c9f0c61136c119f35a0c434f.zip chromium_src-423df4c237150165c9f0c61136c119f35a0c434f.tar.gz chromium_src-423df4c237150165c9f0c61136c119f35a0c434f.tar.bz2 |
Revert "Implemented injected message loops for PipelineImpl."
I cannot repro the layout test failures, seeing if this helps.
TBR=hclam
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/155396
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20439 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/player/movie.h')
-rw-r--r-- | media/player/movie.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/media/player/movie.h b/media/player/movie.h index eb23822..fdaa2b5 100644 --- a/media/player/movie.h +++ b/media/player/movie.h @@ -11,7 +11,6 @@ #include "base/scoped_ptr.h" #include "base/singleton.h" -#include "base/thread.h" class WtlVideoRenderer; @@ -91,7 +90,6 @@ class Movie : public Singleton<Movie> { virtual ~Movie(); scoped_ptr<PipelineImpl> pipeline_; - scoped_ptr<base::Thread> thread_; bool enable_audio_; bool enable_swscaler_; |