| Index: services/ui/ws/gpu_host.h
|
| diff --git a/services/ui/ws/gpu_host.h b/services/ui/ws/gpu_host.h
|
| index 3a92a932ef97a704ce57b2b4dd6c50f02200b50f..a902a37d7a14c1f89c27136d1afee9722a4a1580 100644
|
| --- a/services/ui/ws/gpu_host.h
|
| +++ b/services/ui/ws/gpu_host.h
|
| @@ -95,7 +95,7 @@ class DefaultGpuHost : public GpuHost, public mojom::GpuHost {
|
| mojom::GpuServicePtr gpu_service_;
|
| mojo::Binding<mojom::GpuHost> gpu_host_binding_;
|
| gpu::GPUInfo gpu_info_;
|
| - std::unique_ptr<viz::ServerGpuMemoryBufferManager> gpu_memory_buffer_manager_;
|
| + scoped_refptr<viz::ServerGpuMemoryBufferManager> gpu_memory_buffer_manager_;
|
|
|
| mojom::GpuMainPtr gpu_main_;
|
|
|
|
|