| Index: content/public/common/gpu_info.h
|
| diff --git a/content/public/common/gpu_info.h b/content/public/common/gpu_info.h
|
| index 085878cef3206916818c23cea250ac68a1228a1f..820ce23c7377a060d1e449a88a64f7be2a7eac13 100644
|
| --- a/content/public/common/gpu_info.h
|
| +++ b/content/public/common/gpu_info.h
|
| @@ -34,6 +34,9 @@ struct CONTENT_EXPORT GPUInfo {
|
| // Computer has NVIDIA Optimus
|
| bool optimus;
|
|
|
| + // Computer has AMD Dynamic Switchable Graphics
|
| + bool amd_switchable;
|
| +
|
| // The DWORD (uint32) representing the graphics card vendor id.
|
| uint32 vendor_id;
|
|
|
|
|