| Index: content/common/gpu/gpu_messages.h
|
| ===================================================================
|
| --- content/common/gpu/gpu_messages.h (revision 131377)
|
| +++ content/common/gpu/gpu_messages.h (working copy)
|
| @@ -88,12 +88,6 @@
|
| IPC_STRUCT_TRAITS_MEMBER(children)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(content::GpuPerformanceStats)
|
| - IPC_STRUCT_TRAITS_MEMBER(graphics)
|
| - IPC_STRUCT_TRAITS_MEMBER(gaming)
|
| - IPC_STRUCT_TRAITS_MEMBER(overall)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(content::GPUInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(finalized)
|
| IPC_STRUCT_TRAITS_MEMBER(initialization_time)
|
| @@ -111,7 +105,6 @@
|
| IPC_STRUCT_TRAITS_MEMBER(gl_renderer)
|
| IPC_STRUCT_TRAITS_MEMBER(gl_extensions)
|
| IPC_STRUCT_TRAITS_MEMBER(can_lose_context)
|
| - IPC_STRUCT_TRAITS_MEMBER(performance_stats)
|
| #if defined(OS_WIN)
|
| IPC_STRUCT_TRAITS_MEMBER(dx_diagnostics)
|
| #endif
|
|
|