Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 045f297f75391a56c7d60225378b64a60e64f732..4d6e7530b5e555dda06f63610e3481dc665f9456 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -616,6 +616,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. |