| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 0a67b022bbb3963c20c30f35fc8e06267501ece3..cc8a87bfd327354dd005567e1092ae35d8e1bd46 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -613,6 +613,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.
|
|
|
|
|