summaryrefslogtreecommitdiffstats
path: root/content/common
diff options
context:
space:
mode:
Diffstat (limited to 'content/common')
-rw-r--r--content/common/view_messages.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 7d5c48e..49fef05 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1133,6 +1133,9 @@ IPC_MESSAGE_ROUTED1(ViewMsg_Repaint,
// started.
IPC_MESSAGE_ROUTED0(ViewMsg_MoveOrResizeStarted)
+IPC_MESSAGE_ROUTED1(ViewMsg_ScreenInfoChanged,
+ WebKit::WebScreenInfo /* screen_info */)
+
// Reply to ViewHostMsg_RequestMove, ViewHostMsg_ShowView, and
// ViewHostMsg_ShowWidget to inform the renderer that the browser has
// processed the move. The browser may have ignored the move, but it finished