| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index bd7a5d6ce7f1c3433630aca041b99f9d77cc78e8..169270ee67dfcb1db2faec32fa40bea987c05d8a 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -222,13 +222,6 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::MemoryAllocation)
|
| IPC_STRUCT_TRAITS_MEMBER(priority_cutoff_when_visible)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(gpu::ManagedMemoryStats)
|
| - IPC_STRUCT_TRAITS_MEMBER(bytes_required)
|
| - IPC_STRUCT_TRAITS_MEMBER(bytes_nice_to_have)
|
| - IPC_STRUCT_TRAITS_MEMBER(bytes_allocated)
|
| - IPC_STRUCT_TRAITS_MEMBER(backbuffer_requested)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(gfx::GLSurfaceHandle)
|
| IPC_STRUCT_TRAITS_MEMBER(handle)
|
| IPC_STRUCT_TRAITS_MEMBER(transport_type)
|
| @@ -608,11 +601,6 @@ IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SetSurfaceVisible, bool /* visible */)
|
| IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SetMemoryAllocation,
|
| gpu::MemoryAllocation /* allocation */)
|
|
|
| -// Sent to stub from the proxy with statistics on managed memory usage and
|
| -// requirements.
|
| -IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SendClientManagedMemoryStats,
|
| - gpu::ManagedMemoryStats /* stats */)
|
| -
|
| // Sent to stub when proxy is assigned a memory allocation changed callback.
|
| IPC_MESSAGE_ROUTED1(
|
| GpuCommandBufferMsg_SetClientHasMemoryAllocationChangedCallback,
|
|
|