| Index: ui/views/mus/window_manager_connection.cc
|
| diff --git a/ui/views/mus/window_manager_connection.cc b/ui/views/mus/window_manager_connection.cc
|
| index a16ed87092f9cffeb1c1324231104bd4901211ba..2389915defdd9aae355fff84a285c6e9f20683d9 100644
|
| --- a/ui/views/mus/window_manager_connection.cc
|
| +++ b/ui/views/mus/window_manager_connection.cc
|
| @@ -41,7 +41,7 @@
|
| // we are still valid.
|
| client_.reset();
|
| ui::Clipboard::DestroyClipboardForCurrentThread();
|
| - gpu_service_.reset();
|
| + ui::GpuService::Terminate();
|
| lazy_tls_ptr.Pointer()->Set(nullptr);
|
|
|
| if (ViewsDelegate::GetInstance()) {
|
| @@ -150,7 +150,8 @@
|
| : connector_(connector), identity_(identity) {
|
| lazy_tls_ptr.Pointer()->Set(this);
|
|
|
| - gpu_service_ = ui::GpuService::Initialize(connector);
|
| + ui::GpuService::Initialize(connector);
|
| +
|
| client_.reset(new ui::WindowTreeClient(this, nullptr, nullptr));
|
| client_->ConnectViaWindowTreeFactory(connector_);
|
|
|
|
|