Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index d304367f2aa1ea82b4fc5a825cfa8a4d5451859d..b283e9ab496d702f5aaa0b014b6da508540d5b61 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -508,10 +508,6 @@ IPC_SYNC_MESSAGE_ROUTED1_0(GpuCommandBufferMsg_SetGetBuffer, |
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_ProduceFrontBuffer, |
gpu::Mailbox /* mailbox */) |
-// Get the current state of the command buffer. |
-IPC_SYNC_MESSAGE_ROUTED0_1(GpuCommandBufferMsg_GetState, |
- gpu::CommandBuffer::State /* state */) |
- |
// Wait until the token is in a specific range, inclusive. |
IPC_SYNC_MESSAGE_ROUTED2_1(GpuCommandBufferMsg_WaitForTokenInRange, |
int32 /* start */, |