| Index: sky/shell/shell.cc
|
| diff --git a/sky/shell/shell.cc b/sky/shell/shell.cc
|
| index 33ad2dfcdb3aaba60f9ed82b51148a8fffe02c24..1147b3ee1416a80cc4f7502a2397402a97ed6c6f 100644
|
| --- a/sky/shell/shell.cc
|
| +++ b/sky/shell/shell.cc
|
| @@ -38,8 +38,7 @@ Shell::Shell(scoped_ptr<ServiceProviderContext> service_provider_context)
|
| ui_thread_.reset(new base::Thread("ui_thread"));
|
| ui_thread_->StartWithOptions(options);
|
|
|
| - ui_task_runner()->PostTask(
|
| - FROM_HERE, base::Bind(&Engine::Init, service_provider_context_.get()));
|
| + ui_task_runner()->PostTask(FROM_HERE, base::Bind(&Engine::Init));
|
| }
|
|
|
| Shell::~Shell() {
|
|
|