| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index fe05f08787ed09edad84e51b3b9688ece11ec464..172b3d5b724cd02b649dad5e01d20e23dc72d64f 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -446,9 +446,6 @@ IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_EchoAck)
|
| // Send to stub on surface visibility change.
|
| IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SetSurfaceVisible, bool /* visible */)
|
|
|
| -IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_DiscardBackbuffer)
|
| -IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_EnsureBackbuffer)
|
| -
|
| // Sent to proxy when the gpu memory manager changes its memory allocation.
|
| IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SetMemoryAllocation,
|
| GpuMemoryAllocationForRenderer /* allocation */)
|
|
|