summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authormlamouri@chromium.org <mlamouri@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-24 23:39:00 +0000
committermlamouri@chromium.org <mlamouri@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-24 23:39:00 +0000
commit389c0a31bbf210134ae60a597e52886767a0a23f (patch)
tree1e945a8e4ef2dee25d5274909c8a7b782e141e61 /ipc
parent64f1e750507cabbd8587e06fd1542ad8af71d22d (diff)
downloadchromium_src-389c0a31bbf210134ae60a597e52886767a0a23f.zip
chromium_src-389c0a31bbf210134ae60a597e52886767a0a23f.tar.gz
chromium_src-389c0a31bbf210134ae60a597e52886767a0a23f.tar.bz2
Chromium plumbing for Screen Orientation API orientationchange events.
This is using RenderViewObserver::OrientationChangeEvent and dispatch the information down to the renderer. More will come with locking and unlocking abilities. BUG=162827 Review URL: https://codereview.chromium.org/164913004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253029 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_message_start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 5b9c9d7..6923e44 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -95,6 +95,7 @@ enum IPCMessageStart {
EmbeddedWorkerMsgStart,
EmbeddedWorkerContextMsgStart,
CastMsgStart,
+ ScreenOrientationMsgStart,
LastIPCMsgStart // Must come last.
};