Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 1f8c72d62ece00c32539080578afd343566acb2a..898fd61b98a294f290b8979f89a76dc8d3cbeba9 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -560,13 +560,6 @@ IPC_MESSAGE_ROUTED3(GpuCommandBufferMsg_RegisterTransferBuffer, |
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_DestroyTransferBuffer, |
int32 /* id */) |
-// Get the shared memory handle for a transfer buffer mapped to the callers |
-// process. |
-IPC_SYNC_MESSAGE_ROUTED1_2(GpuCommandBufferMsg_GetTransferBuffer, |
- int32 /* id */, |
- base::SharedMemoryHandle /* transfer_buffer */, |
- uint32 /* size */) |
- |
// Create and initialize a hardware video decoder, returning its new route_id. |
// Created decoders should be freed with AcceleratedVideoDecoderMsg_Destroy when |
// no longer needed. |