| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 997ee954aaedc7e06a2422a5a764ec7d8b90eaa9..687340cc449e7eefb5ec704db5248c266696e68b 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -582,11 +582,6 @@ IPC_SYNC_MESSAGE_ROUTED0_1(GpuCommandBufferMsg_InsertSyncPoint,
|
| IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_RetireSyncPoint,
|
| uint32 /* sync_point */)
|
|
|
| -// Makes this command buffer wait on a sync point. Command buffer message
|
| -// execution will be delayed until the sync point has been reached.
|
| -IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_WaitSyncPoint,
|
| - uint32 /* sync_point */)
|
| -
|
| // Makes this command buffer signal when a sync point is reached, by sending
|
| // back a GpuCommandBufferMsg_SignalSyncPointAck message with the same
|
| // signal_id.
|
|
|