| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 1654a50ea5cd9a9448f14af1e68e6ce0264e525d..2477f31c93616e9cd35082bf3cf14e7ad6b6eff4 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -664,6 +664,11 @@ IPC_MESSAGE_ROUTED1(ViewMsg_BeginFrame,
|
| IPC_MESSAGE_ROUTED1(ViewMsg_HandleCompositorProto,
|
| std::vector<uint8_t> /* proto */)
|
|
|
| +// Sets the viewport intersection on the widget for an out-of-process iframe.
|
| +IPC_MESSAGE_ROUTED2(ViewMsg_SetViewportIntersection,
|
| + gfx::Rect /* viewport_intersection */,
|
| + gfx::Point /* root_offset */)
|
| +
|
| // -----------------------------------------------------------------------------
|
| // Messages sent from the renderer to the browser.
|
|
|
|
|