| Index: content/browser/gpu/gpu_process_host.h
|
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
|
| index bd98b70c0212e387873314d736f00e191ea89f33..7572b2c9a4efa73e1316a0da25e576ea71c2a9a1 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -249,10 +249,6 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
|
| bool swiftshader_rendering_;
|
| GpuProcessKind kind_;
|
|
|
| - // The GPUInfo for the connected process. Only valid after initialized_ is
|
| - // true.
|
| - gpu::GPUInfo gpu_info_;
|
| -
|
| std::unique_ptr<base::Thread> in_process_gpu_thread_;
|
|
|
| // Whether we actually launched a GPU process.
|
|
|