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

Unified Diff: components/html_viewer/setup.cc

Issue 1179163002: Migrate callers of message_loop_proxy() to task_runner() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 6 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 | « components/history/core/browser/history_service.cc ('k') | dbus/bus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/setup.cc
diff --git a/components/html_viewer/setup.cc b/components/html_viewer/setup.cc
index 3da3601d921dab7fcb0f57998b549338c4b1ba66..928f61729bd6569c3212837ccad56c15a482bdba 100644
--- a/components/html_viewer/setup.cc
+++ b/components/html_viewer/setup.cc
@@ -149,7 +149,7 @@ void Setup::InitIfNecessary(const gfx::Size& screen_size_in_pixels,
compositor_thread_.Start();
media_factory_.reset(
- new MediaFactory(compositor_thread_.message_loop_proxy(), app_->shell()));
+ new MediaFactory(compositor_thread_.task_runner(), app_->shell()));
if (command_line->HasSwitch(kJavaScriptFlags)) {
std::string flags(command_line->GetSwitchValueASCII(kJavaScriptFlags));
« no previous file with comments | « components/history/core/browser/history_service.cc ('k') | dbus/bus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698