| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 6c5f45b86e8dcd2a8a9ae66b7d8b2cf6e4cd0be6..b40a6206790331e077da7563f74fcceb4f70f28a 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1026,6 +1026,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,
|
| + 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 */)
|
|
|