| Index: gpu/config/gpu_info.h
|
| diff --git a/gpu/config/gpu_info.h b/gpu/config/gpu_info.h
|
| index 40630b3b0aa283df3b62661124e61e5667913f68..d092c3a335c320af4b3430cb97d345fd5e75fb3a 100644
|
| --- a/gpu/config/gpu_info.h
|
| +++ b/gpu/config/gpu_info.h
|
| @@ -153,6 +153,9 @@ struct GPU_EXPORT GPUInfo {
|
| // Whether the gpu process is running in a sandbox.
|
| bool sandboxed;
|
|
|
| + // Number of GPU process crashes recorded.
|
| + int process_crash_count;
|
| +
|
| #if defined(OS_WIN)
|
| // The information returned by the DirectX Diagnostics Tool.
|
| DxDiagNode dx_diagnostics;
|
|
|