summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authormlamouri@chromium.org <mlamouri@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-27 20:03:11 +0000
committermlamouri@chromium.org <mlamouri@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-27 20:03:11 +0000
commit785d5143b5ae1c800ea1b3cb0f32b63c53b86ab2 (patch)
tree19214767af617fbd1c447a33f75b29c370f1a371 /ipc/ipc_message_start.h
parente320dec057b24b70d40b2f480285823689fd1707 (diff)
downloadchromium_src-785d5143b5ae1c800ea1b3cb0f32b63c53b86ab2.zip
chromium_src-785d5143b5ae1c800ea1b3cb0f32b63c53b86ab2.tar.gz
chromium_src-785d5143b5ae1c800ea1b3cb0f32b63c53b86ab2.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/176963016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253911 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_start.h')
-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 0a1cbe2..7bbde9e1a 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -96,6 +96,7 @@ enum IPCMessageStart {
EmbeddedWorkerContextMsgStart,
CastMsgStart,
CdmMsgStart,
+ ScreenOrientationMsgStart,
LastIPCMsgStart // Must come last.
};