| 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 7b2f6a8637e821130f555ede2c9b448d4f4dba71..8908a1035db4021ccd27c4978833dfcaf3908274 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -214,7 +214,9 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
|
| bool swiftshader_rendering_;
|
| GpuProcessKind kind_;
|
|
|
| +#if !defined(CHROME_MULTIPLE_DLL)
|
| scoped_ptr<GpuMainThread> in_process_gpu_thread_;
|
| +#endif
|
|
|
| // Whether we actually launched a GPU process.
|
| bool process_launched_;
|
|
|