Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 3323a42e33aa2d2b8f1732f6b12c00c673725d01..c94c14335f823a6d269018e8bd71d49eec90dd94 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -262,19 +262,6 @@ IPC_MESSAGE_CONTROL5(GpuMsg_CreateViewCommandBuffer, |
GPUCreateCommandBufferConfig, /* init_params */ |
int32 /* route_id */) |
-// Tells the GPU process to create a new image from a window. Images |
-// can be bound to textures using CHROMIUM_texture_from_image. |
-IPC_MESSAGE_CONTROL3(GpuMsg_CreateImage, |
- gfx::PluginWindowHandle, /* window */ |
- int32, /* client_id */ |
- int32 /* image_id */) |
- |
-// Tells the GPU process to delete image. |
-IPC_MESSAGE_CONTROL3(GpuMsg_DeleteImage, |
- int32, /* client_id */ |
- int32, /* image_id */ |
- int32 /* sync_point */) |
- |
// Tells the GPU process to create a new gpu memory buffer for |handle|. |
IPC_MESSAGE_CONTROL4(GpuMsg_CreateGpuMemoryBuffer, |
gfx::GpuMemoryBufferHandle, /* handle */ |
@@ -369,10 +356,6 @@ IPC_MESSAGE_CONTROL1(GpuHostMsg_CommandBufferCreated, |
IPC_MESSAGE_CONTROL1(GpuHostMsg_DestroyCommandBuffer, |
int32 /* surface_id */) |
-// Response from GPU to a GpuMsg_CreateImage message. |
-IPC_MESSAGE_CONTROL1(GpuHostMsg_ImageCreated, |
- gfx::Size /* size */) |
- |
// Response from GPU to a GpuMsg_CreateGpuMemoryBuffer message. |
IPC_MESSAGE_CONTROL1(GpuHostMsg_GpuMemoryBufferCreated, |
gfx::GpuMemoryBufferHandle /* handle */) |