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

Unified Diff: media/base/pipeline.h

Issue 10855051: Use enum instead of string in MessageLoopFactory::GetMessageLoop* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 4 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/message_loop_factory.cc ('k') | media/base/pipeline.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline.h
diff --git a/media/base/pipeline.h b/media/base/pipeline.h
index 91b6c5ea958d7e7154b161e91e723c9dee5d8c0e..ecad11c7ddd07831d9f859a8944bf64e5472715d 100644
--- a/media/base/pipeline.h
+++ b/media/base/pipeline.h
@@ -98,7 +98,8 @@ class MEDIA_EXPORT Pipeline
public DemuxerHost {
public:
// Constructs a media pipeline that will execute on |message_loop|.
- Pipeline(MessageLoop* message_loop, MediaLog* media_log);
+ Pipeline(const scoped_refptr<base::MessageLoopProxy>& message_loop,
+ MediaLog* media_log);
// Build a pipeline to using the given filter collection to construct a filter
// chain, executing |start_cb| when initialization has completed.
« no previous file with comments | « media/base/message_loop_factory.cc ('k') | media/base/pipeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698