| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 731200296bf8b5bee2ee107718f5c3958ece4b07..21498900ec81c3a5ea21f20c56b19217b5aef876 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -166,6 +166,7 @@ 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(max_msaa_samples)
|
| IPC_STRUCT_TRAITS_MEMBER(machine_model_name)
|
| IPC_STRUCT_TRAITS_MEMBER(machine_model_version)
|
| IPC_STRUCT_TRAITS_MEMBER(gl_version)
|
|
|