| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 92e5d7a595a36a793e3f509e4ef593be6e728871..5d33c830ea6cb2f9b8f3450f726fd350f67cad41 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -1443,6 +1443,9 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_UpdateViewportIntersection,
|
| // Informs the child that the frame has changed visibility.
|
| IPC_MESSAGE_ROUTED1(FrameHostMsg_VisibilityChanged, bool /* visible */)
|
|
|
| +// Sets or unsets the inert bit on a remote frame.
|
| +IPC_MESSAGE_ROUTED1(FrameHostMsg_SetIsInert, bool /* inert */)
|
| +
|
| // Indicates that this frame recieved a user gesture, so that the state can be
|
| // propagated to any remote frames.
|
| IPC_MESSAGE_ROUTED0(FrameHostMsg_SetHasReceivedUserGesture)
|
|
|