| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 246b7bc5c9768d7255c8e72b1092e3b1b7656493..454739c0e3e47d0680004b97318a737d2cf9a4f9 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -165,7 +165,8 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::GPUInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(driver_date)
|
| IPC_STRUCT_TRAITS_MEMBER(pixel_shader_version)
|
| IPC_STRUCT_TRAITS_MEMBER(vertex_shader_version)
|
| - IPC_STRUCT_TRAITS_MEMBER(machine_model)
|
| + IPC_STRUCT_TRAITS_MEMBER(machine_model_name)
|
| + IPC_STRUCT_TRAITS_MEMBER(machine_model_version)
|
| IPC_STRUCT_TRAITS_MEMBER(gl_version)
|
| IPC_STRUCT_TRAITS_MEMBER(gl_version_string)
|
| IPC_STRUCT_TRAITS_MEMBER(gl_vendor)
|
|
|