| Index: gpu/config/gpu_info.h
|
| diff --git a/gpu/config/gpu_info.h b/gpu/config/gpu_info.h
|
| index d6f61fd60f79e027655477675c041937c3919cd0..b3cd024a87ec3ebb149171b6dfb6cca02cdc959a 100644
|
| --- a/gpu/config/gpu_info.h
|
| +++ b/gpu/config/gpu_info.h
|
| @@ -8,6 +8,7 @@
|
| // Provides access to the GPU information for the system
|
| // on which chrome is currently running.
|
|
|
| +#include <set>
|
| #include <string>
|
| #include <vector>
|
|
|
| @@ -209,6 +210,9 @@ struct GPU_EXPORT GPUInfo {
|
| // True if the GPU is running in the browser process instead of its own.
|
| bool in_process_gpu;
|
|
|
| + // Activated gpu driver bug workarounds.
|
| + std::set<int> driver_bugs_workarounds;
|
| +
|
| // The state of whether the basic/context/DxDiagnostics info is collected and
|
| // if the collection fails or not.
|
| CollectInfoResult basic_info_state;
|
|
|