Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 454739c0e3e47d0680004b97318a737d2cf9a4f9..d304367f2aa1ea82b4fc5a825cfa8a4d5451859d 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -289,10 +289,6 @@ IPC_MESSAGE_CONTROL0(GpuMsg_CollectGraphicsInfo) |
// Tells the GPU process to report video_memory information for the task manager |
IPC_MESSAGE_CONTROL0(GpuMsg_GetVideoMemoryUsageStats) |
-// Tells the GPU process that the browser process has finished resizing the |
-// view. |
-IPC_MESSAGE_ROUTED0(AcceleratedSurfaceMsg_ResizeViewACK) |
- |
// 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. The surface_handle identifies |
@@ -386,13 +382,6 @@ IPC_MESSAGE_CONTROL3(GpuHostMsg_OnLogMessage, |
std::string /* header */, |
std::string /* message */) |
-// Resize the window that is being drawn into. It's important that this |
-// resize be synchronized with the swapping of the front and back buffers. |
-IPC_MESSAGE_CONTROL3(GpuHostMsg_ResizeView, |
- int32 /* surface_id */, |
- int32 /* route_id */, |
- gfx::Size /* size */) |
- |
// Tells the browser that a new accelerated surface was initialized. |
IPC_MESSAGE_CONTROL2(GpuHostMsg_AcceleratedSurfaceInitialized, |
int32 /* surface_id */, |