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

Unified Diff: media/tools/player_x11/player_x11.cc

Issue 5870001: Last few NewRunnableMethod scoped_refptr params to fix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | « chrome/browser/password_manager/password_store_default_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/player_x11/player_x11.cc
diff --git a/media/tools/player_x11/player_x11.cc b/media/tools/player_x11/player_x11.cc
index ad3bc8d918d72ba0c935f7acbe7091f5a2aa8d88..973e22dec05605ec89713a33e42d82724632c5ae 100644
--- a/media/tools/player_x11/player_x11.cc
+++ b/media/tools/player_x11/player_x11.cc
@@ -207,7 +207,7 @@ void PeriodicalUpdate(
}
message_loop->PostDelayedTask(FROM_HERE,
- NewRunnableFunction(PeriodicalUpdate, pipeline,
+ NewRunnableFunction(PeriodicalUpdate, make_scoped_refptr(pipeline),
message_loop, audio_only), 10);
}
« no previous file with comments | « chrome/browser/password_manager/password_store_default_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698