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

Unified Diff: media/filters/video_frame_generator.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/filters/pipeline_integration_test_base.cc ('k') | media/filters/video_frame_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_frame_generator.h
diff --git a/media/filters/video_frame_generator.h b/media/filters/video_frame_generator.h
index 2d32b550f4a94e2ab7821605848e3d219b67c0eb..2a4667f8364ff8a575b37bf2ea465317d75bc8cb 100644
--- a/media/filters/video_frame_generator.h
+++ b/media/filters/video_frame_generator.h
@@ -23,7 +23,7 @@ class VideoFrame;
class MEDIA_EXPORT VideoFrameGenerator : public VideoDecoder {
public:
VideoFrameGenerator(
- base::MessageLoopProxy* message_loop_proxy,
+ const scoped_refptr<base::MessageLoopProxy>& message_loop_proxy,
const gfx::Size& size,
const base::TimeDelta& frame_duration);
« no previous file with comments | « media/filters/pipeline_integration_test_base.cc ('k') | media/filters/video_frame_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698