| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 0bb35e93ee1b458e966f6a97c08cf3c0eaaab7bc..0a2299e07324b440bc66ba21499c8d61c8314bdd 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -623,6 +623,10 @@ 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_ROUTED1(ViewMsg_SetViewportIntersection,
|
| + gfx::Rect /* viewport_intersection */)
|
| +
|
| // -----------------------------------------------------------------------------
|
| // Messages sent from the renderer to the browser.
|
|
|
|
|