Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 8345f8f40c6e773c324e2c8c7ce9e87d2cdf07b5..6ef47c5e58c8306bcf2bafe468b77328ccba1b60 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -788,6 +788,12 @@ IPC_MESSAGE_ROUTED2(FrameMsg_DidUpdateOrigin, |
// support cross-process focused frame changes. |
IPC_MESSAGE_ROUTED0(FrameMsg_SetFocusedFrame) |
+// Sent to a frame proxy when its real frame is preparing to enter fullscreen |
+// in another process. Actually entering fullscreen will be done separately as |
+// part of ViewMsg_Resize, once the browser process has resized the tab for |
+// fullscreen. |
+IPC_MESSAGE_ROUTED0(FrameMsg_WillEnterFullscreen) |
+ |
// Send to the RenderFrame to set text tracks state and style settings. |
// Sent for top-level frames. |
IPC_MESSAGE_ROUTED1(FrameMsg_SetTextTrackSettings, |