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

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: Resolve comments. 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
Index: media/base/pipeline.h
diff --git a/media/base/pipeline.h b/media/base/pipeline.h
index 1d50f04e6495d49fb64c2f9742d04970905eadba..c91511bd7d13b9bf14d70d2c188fd2c4be990c99 100644
--- a/media/base/pipeline.h
+++ b/media/base/pipeline.h
@@ -103,7 +103,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.

Powered by Google App Engine
This is Rietveld 408576698