summaryrefslogtreecommitdiffstats
path: root/content/common
diff options
context:
space:
mode:
authorvarunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-15 23:26:53 +0000
committervarunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-15 23:26:53 +0000
commit6131a644b12d6359630c118a21c609a15d2f5c21 (patch)
tree5649b7074bcc561c842816109d8a2c7565491f63 /content/common
parentfad7367a498d80a4c3e9e91342ffdfbaa7a4c3c6 (diff)
downloadchromium_src-6131a644b12d6359630c118a21c609a15d2f5c21.zip
chromium_src-6131a644b12d6359630c118a21c609a15d2f5c21.tar.gz
chromium_src-6131a644b12d6359630c118a21c609a15d2f5c21.tar.bz2
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
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