| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index f745f3a27a72dfba7769717278d2cec5406d8184..a7c408613f069af52e3e3ec831b78c6c8343616a 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -801,7 +801,7 @@ void ThreadProxy::StartCommitOnImplThread(
|
| current_resource_update_controller_on_impl_thread_ =
|
| ResourceUpdateController::Create(
|
| this,
|
| - Proxy::ImplThread(),
|
| + Proxy::ImplThread()->TaskRunner(),
|
| queue.Pass(),
|
| layer_tree_host_impl_->resource_provider());
|
| current_resource_update_controller_on_impl_thread_->PerformMoreUpdates(
|
|
|