diff options
Diffstat (limited to 'cc/trees/thread_proxy.cc')
-rw-r--r-- | cc/trees/thread_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc index f745f3a..a7c4086 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( |