Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 169270ee67dfcb1db2faec32fa40bea987c05d8a..1663062dd00d3fd953efeb7466382e7524b3dae9 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 */) |