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

Unified Diff: media/filters/video_frame_generator.cc

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/video_frame_generator.h ('k') | media/tools/player_wtl/movie.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_frame_generator.cc
diff --git a/media/filters/video_frame_generator.cc b/media/filters/video_frame_generator.cc
index 8c90f2e79a3e02a812340442eb374123575d9969..4429c19f29434008c9224a6efcacdffdac65cac6 100644
--- a/media/filters/video_frame_generator.cc
+++ b/media/filters/video_frame_generator.cc
@@ -12,7 +12,7 @@
namespace media {
VideoFrameGenerator::VideoFrameGenerator(
- base::MessageLoopProxy* message_loop_proxy,
+ const scoped_refptr<base::MessageLoopProxy>& message_loop_proxy,
const gfx::Size& size,
const base::TimeDelta& frame_duration)
: message_loop_proxy_(message_loop_proxy),
« no previous file with comments | « media/filters/video_frame_generator.h ('k') | media/tools/player_wtl/movie.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698