Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index cf32fe699180940210edd4e2b48791edd3e54a6f..f7002053d0ac550efd0ff2c5ddd492f5b098fa14 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -620,6 +620,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. |