| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 5026150b802bb909ca3d615649d6328069068844..731200296bf8b5bee2ee107718f5c3958ece4b07 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -138,12 +138,6 @@ IPC_STRUCT_END()
|
| IPC_STRUCT_TRAITS_MEMBER(children)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(gpu::GpuPerformanceStats)
|
| - IPC_STRUCT_TRAITS_MEMBER(graphics)
|
| - IPC_STRUCT_TRAITS_MEMBER(gaming)
|
| - IPC_STRUCT_TRAITS_MEMBER(overall)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(gpu::GPUInfo::GPUDevice)
|
| IPC_STRUCT_TRAITS_MEMBER(vendor_id)
|
| IPC_STRUCT_TRAITS_MEMBER(device_id)
|
| @@ -183,7 +177,6 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::GPUInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(gl_ws_extensions)
|
| IPC_STRUCT_TRAITS_MEMBER(gl_reset_notification_strategy)
|
| IPC_STRUCT_TRAITS_MEMBER(can_lose_context)
|
| - IPC_STRUCT_TRAITS_MEMBER(performance_stats)
|
| IPC_STRUCT_TRAITS_MEMBER(software_rendering)
|
| IPC_STRUCT_TRAITS_MEMBER(direct_rendering)
|
| IPC_STRUCT_TRAITS_MEMBER(sandboxed)
|
|
|