Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index a7200d790116361eb9c64b61d0c18f8b8a178ba3..d79d4f0affd097af1fde1ee84ac124c608877445 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -1286,6 +1286,11 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_ForwardInputEvent, |
// position of a child's ancestor has changed). |
IPC_MESSAGE_ROUTED1(FrameHostMsg_FrameRectChanged, gfx::Rect /* frame_rect */) |
+// Sent by a parent frame to update its child's viewport intersection rect for |
+// use by the IntersectionObserver API. |
+IPC_MESSAGE_ROUTED1(FrameHostMsg_UpdateViewportIntersection, |
+ gfx::Rect /* viewport_intersection */) |
+ |
// Informs the child that the frame has changed visibility. |
IPC_MESSAGE_ROUTED1(FrameHostMsg_VisibilityChanged, bool /* visible */) |