| Index: content/public/common/gpu_info.h
|
| ===================================================================
|
| --- content/public/common/gpu_info.h (revision 186765)
|
| +++ content/public/common/gpu_info.h (working copy)
|
| @@ -13,6 +13,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/time.h"
|
| +#include "base/version.h"
|
| #include "build/build_config.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/common/dx_diag_node.h"
|
| @@ -55,6 +56,9 @@
|
| // Computer has AMD Dynamic Switchable Graphics
|
| bool amd_switchable;
|
|
|
| + // Version of DisplayLink driver installed. Zero if not installed.
|
| + Version display_link_version;
|
| +
|
| // Primary GPU, for exmaple, the discrete GPU in a dual GPU machine.
|
| GPUDevice gpu;
|
|
|
|
|