| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 118060d8529d34bba51cd4220d5c7555b9ebba48..667dbeee9e3617750e15bc69a82bbff03546bcb6 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -1281,6 +1281,12 @@ 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_ROUTED2(FrameHostMsg_UpdateViewportIntersection,
|
| + gfx::Rect /* viewport_intersection */,
|
| + gfx::Point /* root_offset */)
|
| +
|
| // Informs the child that the frame has changed visibility.
|
| IPC_MESSAGE_ROUTED1(FrameHostMsg_VisibilityChanged, bool /* visible */)
|
|
|
|
|