Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index b9d444dbfe04c8058556966598d374301c1dfb1a..9f614679def909d5162d618a40eb7cdfb10d434e 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -617,6 +617,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. |