diff options
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r-- | chrome/common/render_messages_internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index c413dbf..fb94641 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -582,6 +582,11 @@ IPC_BEGIN_MESSAGES(View) // processing. This is used because the renderer keeps a temporary cache of // the widget position while these asynchronous operations are in progress. IPC_MESSAGE_ROUTED0(ViewMsg_Move_ACK) + + // Used to instruct the RenderView to send back updates to the intrinsic + // width. + IPC_MESSAGE_ROUTED0(ViewMsg_EnableIntrinsicWidthChangedMode) + IPC_END_MESSAGES(View) |