Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index b9abc84476cf0941260557315df2489834e08394..e02c53e1a785e1eb253afc82f0c4ce531e6a999d 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -916,6 +916,10 @@ IPC_MESSAGE_CONTROL1(ViewMsg_SetWebKitSharedTimersSuspended, |
IPC_MESSAGE_ROUTED1(ViewMsg_FindMatchRects, |
int /* current_version */) |
+// Sent when page enters or exits fullscreen mode. |
+IPC_MESSAGE_ROUTED1(ViewMsg_FullscreenChanged, |
+ bool /* is_fullscreen */) |
+ |
// External popup menus. |
IPC_MESSAGE_ROUTED2(ViewMsg_SelectPopupMenuItems, |
bool /* user canceled the popup */, |