Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index eaffe5ac1880c897db81aae85460bcc8f594010f..55a880c93f2326b08d2251a809ef8bd158345775 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -222,11 +222,6 @@ IPC_MESSAGE_CONTROL0(GpuMsg_CollectGraphicsInfo) |
// view. |
IPC_MESSAGE_ROUTED0(AcceleratedSurfaceMsg_ResizeViewACK) |
-// Tells the GPU process that it's safe to start rendering to the surface. |
-IPC_MESSAGE_ROUTED2(AcceleratedSurfaceMsg_NewACK, |
- uint64 /* surface_handle */, |
- TransportDIB::Handle /* shared memory buffer */) |
- |
// Tells the GPU process that the browser process has handled the swap |
// buffers or post sub-buffer request. A non-zero sync point means |
// that we should wait for the sync point. |