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 6ec17c8..86f4381 100644 --- a/cc/trees/thread_proxy.cc +++ b/cc/trees/thread_proxy.cc @@ -1218,8 +1218,8 @@ void ThreadProxy::LayerTreeHostClosedOnImplThread(CompletionEvent* completion) { layer_tree_host_impl_->resource_provider()); layer_tree_host_impl_->EnableVSyncNotification(false); input_handler_client_on_impl_thread_.reset(); - layer_tree_host_impl_.reset(); scheduler_on_impl_thread_.reset(); + layer_tree_host_impl_.reset(); weak_factory_on_impl_thread_.InvalidateWeakPtrs(); vsync_client_ = NULL; completion->Signal(); |