| Index: content/common/gpu/gpu_messages.h
|
| ===================================================================
|
| --- content/common/gpu/gpu_messages.h (revision 136164)
|
| +++ content/common/gpu/gpu_messages.h (working copy)
|
| @@ -100,12 +100,19 @@
|
| IPC_STRUCT_TRAITS_MEMBER(overall)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| +IPC_STRUCT_TRAITS_BEGIN(content::GPUInfo::GPUDevice)
|
| + IPC_STRUCT_TRAITS_MEMBER(vendor_id)
|
| + IPC_STRUCT_TRAITS_MEMBER(device_id)
|
| + IPC_STRUCT_TRAITS_MEMBER(vendor_string)
|
| + IPC_STRUCT_TRAITS_MEMBER(device_string)
|
| +IPC_STRUCT_TRAITS_END()
|
| +
|
| IPC_STRUCT_TRAITS_BEGIN(content::GPUInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(finalized)
|
| IPC_STRUCT_TRAITS_MEMBER(initialization_time)
|
| IPC_STRUCT_TRAITS_MEMBER(optimus)
|
| - IPC_STRUCT_TRAITS_MEMBER(vendor_id)
|
| - IPC_STRUCT_TRAITS_MEMBER(device_id)
|
| + IPC_STRUCT_TRAITS_MEMBER(gpu)
|
| + IPC_STRUCT_TRAITS_MEMBER(secondary_gpus)
|
| IPC_STRUCT_TRAITS_MEMBER(driver_vendor)
|
| IPC_STRUCT_TRAITS_MEMBER(driver_version)
|
| IPC_STRUCT_TRAITS_MEMBER(driver_date)
|
|
|