| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index f8b854979da2c3c98175f9c03ed1cb2964e395be..a23d61edef8f25026acc551a469363f3ba33fd34 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -145,6 +145,9 @@ IPC_STRUCT_TRAITS_BEGIN(content::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)
|
|
|