| 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));
|
|
|