Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 971e5652a99184943b8f0073a846ccbd175eedd2..d3e5b76eeb36025597eec2a59c73c5617b5738ca 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -1020,6 +1020,12 @@ IPC_MESSAGE_ROUTED0(ViewMsg_Move_ACK) |
| // Used to instruct the RenderView to send back updates to the preferred size. |
| IPC_MESSAGE_ROUTED0(ViewMsg_EnablePreferredSizeChangedMode) |
| +// Used to instruct the RenderView to automatically resize and send back |
| +// updates for the new size. |
| +IPC_MESSAGE_ROUTED2(ViewMsg_EnableAutoResize, |
|
darin (slow to review)
2011/12/02 05:48:24
nit: auto-resize or auto-size?
|
| + gfx::Size /* min_size */, |
| + gfx::Size /* max_size */) |
| + |
| // Changes the text direction of the currently selected input field (if any). |
| IPC_MESSAGE_ROUTED1(ViewMsg_SetTextDirection, |
| WebKit::WebTextDirection /* direction */) |