| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 83ce210de4309173fc65880539b4c43528492da7..256003bf5b7e528cb17adaf869e93ccf3c42cde8 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -622,6 +622,9 @@ IPC_MESSAGE_ROUTED1(ViewMsg_HandleCompositorProto,
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SetViewportIntersection,
|
| gfx::Rect /* viewport_intersection */)
|
|
|
| +// Sets the inert bit on an out-of-process iframe.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_SetIsInert, bool /* inert */)
|
| +
|
| // -----------------------------------------------------------------------------
|
| // Messages sent from the renderer to the browser.
|
|
|
|
|