| Index: gpu/config/gpu_info.h
|
| diff --git a/gpu/config/gpu_info.h b/gpu/config/gpu_info.h
|
| index f377698dbb05c8a1bea7956e47ec26652e6c04a0..c6d78b68a06f255a579b2a3e7ae47e78c51c4874 100644
|
| --- a/gpu/config/gpu_info.h
|
| +++ b/gpu/config/gpu_info.h
|
| @@ -206,6 +206,9 @@ struct GPU_EXPORT GPUInfo {
|
| // Number of GPU process crashes recorded.
|
| int process_crash_count;
|
|
|
| + // True if the GPU is running in the browser process instead of it's own.
|
| + bool in_process_gpu;
|
| +
|
| // The state of whether the basic/context/DxDiagnostics info is collected and
|
| // if the collection fails or not.
|
| CollectInfoResult basic_info_state;
|
|
|