Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index c552b3e5caeb3144f520bfb059a8b46efef950bb..1e818936c91961023c01088fcb32ee1ddb002268 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -753,20 +753,6 @@ IPC_MESSAGE_ROUTED1(ViewMsg_WasShown, |
// exit if no other views are using it. |
IPC_MESSAGE_ROUTED0(ViewMsg_WasSwappedOut) |
-// Sent to render the view into the supplied transport DIB, resize |
-// the web widget to match the |page_size|, scale it by the |
-// appropriate scale to make it fit the |desired_size|, and return |
-// it. In response to this message, the host generates a |
-// ViewHostMsg_PaintAtSize_ACK message. Note that the DIB *must* be |
-// the right size to receive an RGBA image at the |desired_size|. |
-// |tag| is sent along with ViewHostMsg_PaintAtSize_ACK unmodified to |
-// identify the PaintAtSize message the ACK belongs to. |
-IPC_MESSAGE_ROUTED4(ViewMsg_PaintAtSize, |
- TransportDIB::Handle /* dib_handle */, |
- int /* tag */, |
- gfx::Size /* page_size */, |
- gfx::Size /* desired_size */) |
- |
// Tells the render view that a ViewHostMsg_UpdateRect message was processed. |
// This signals the render view that it can send another UpdateRect message. |
IPC_MESSAGE_ROUTED0(ViewMsg_UpdateRect_ACK) |
@@ -1465,13 +1451,6 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_DidRunInsecureContent, |
std::string /* security_origin */, |
GURL /* target URL */) |
-// Tells the render view that a ViewHostMsg_PaintAtSize message was |
-// processed, and the DIB is ready for use. |tag| has the same value that |
-// the tag sent along with ViewMsg_PaintAtSize. |
-IPC_MESSAGE_ROUTED2(ViewHostMsg_PaintAtSize_ACK, |
- int /* tag */, |
- gfx::Size /* size */) |
- |
// Sent to update part of the view. In response to this message, the host |
// generates a ViewMsg_UpdateRect_ACK message. |
IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateRect, |