From 6131a644b12d6359630c118a21c609a15d2f5c21 Mon Sep 17 00:00:00 2001 From: "varunjain@chromium.org" Date: Fri, 15 Jun 2012 23:26:53 +0000 Subject: Listen to display settings provider for work area size changes and send those changes to the renderer. BUG=126586 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10407023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142519 0039d316-1c4b-4281-b951-d872f2087c98 --- content/common/view_messages.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/common') 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 -- cgit v1.1