| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index 1145ad48e786ccb1745b6005e51551e702b36362..a524fd01d96b6affeed2646493b661ec9128dfe0 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -1218,7 +1218,8 @@ void ThreadProxy::InitializeImplOnImplThread(CompletionEvent* completion) {
|
| impl().scheduler = Scheduler::Create(this,
|
| scheduler_settings,
|
| impl().layer_tree_host_id,
|
| - ImplThreadTaskRunner());
|
| + ImplThreadTaskRunner(),
|
| + NULL /* SingleThreadProxy use only */);
|
| impl().scheduler->SetVisible(impl().layer_tree_host_impl->visible());
|
|
|
| impl_thread_weak_ptr_ = impl().weak_factory.GetWeakPtr();
|
|
|