Index: content/common/view_messages.h |
=================================================================== |
--- content/common/view_messages.h (revision 83338) |
+++ content/common/view_messages.h (working copy) |
@@ -1186,6 +1186,12 @@ |
// Tells the render view a prerendered page is about to be displayed. |
IPC_MESSAGE_ROUTED0(ViewMsg_DisplayPrerenderedPage) |
+#if defined(OS_MACOSX) |
+// Message sent from the browser to the renderer that the view has started or |
+// ended. |
+IPC_MESSAGE_ROUTED1(ViewMsg_SetInLiveResize, |
+ bool /* enable */) |
+#endif |
// Messages sent from the renderer to the browser. |