| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index c4a5de6cb4f82caf3fb8e8d528b753dc334891ce..d1074a61f14ff0fff43837bea10677cfec204917 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -148,6 +148,9 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::GPUInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(gl_vendor)
|
| IPC_STRUCT_TRAITS_MEMBER(gl_renderer)
|
| IPC_STRUCT_TRAITS_MEMBER(gl_extensions)
|
| + IPC_STRUCT_TRAITS_MEMBER(gl_ws_vendor)
|
| + IPC_STRUCT_TRAITS_MEMBER(gl_ws_version)
|
| + IPC_STRUCT_TRAITS_MEMBER(gl_ws_extensions)
|
| IPC_STRUCT_TRAITS_MEMBER(can_lose_context)
|
| IPC_STRUCT_TRAITS_MEMBER(gpu_accessible)
|
| IPC_STRUCT_TRAITS_MEMBER(performance_stats)
|
|
|