| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index c0b6a4388cf91e88746a3bec8141577b3ad9fd43..814a031af5b46e88e39fc9c78d03ad287f5e056b 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -1155,6 +1155,9 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_ForwardInputEvent,
|
| // position of a child's ancestor has changed).
|
| IPC_MESSAGE_ROUTED1(FrameHostMsg_FrameRectChanged, gfx::Rect /* frame_rect */)
|
|
|
| +// Informs the child that the frame has changed visibility.
|
| +IPC_MESSAGE_ROUTED1(FrameHostMsg_VisibilityChanged, bool /* visible */)
|
| +
|
| // Used to tell the parent that the user right clicked on an area of the
|
| // content area, and a context menu should be shown for it. The params
|
| // object contains information about the node(s) that were selected when the
|
|
|