diff options
author | aousterh@chromium.org <aousterh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-16 17:07:32 +0000 |
---|---|---|
committer | aousterh@chromium.org <aousterh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-16 17:07:32 +0000 |
commit | 539f1300ee42b8c6d70c41cd46f64e440e293112 (patch) | |
tree | aefce408131c959897c52c985095f45cc369599e /ipc | |
parent | 63a31af0210d558cd210bd4dfcf3807f68806900 (diff) | |
download | chromium_src-539f1300ee42b8c6d70c41cd46f64e440e293112.zip chromium_src-539f1300ee42b8c6d70c41cd46f64e440e293112.tar.gz chromium_src-539f1300ee42b8c6d70c41cd46f64e440e293112.tar.bz2 |
Implements part of DeviceMotion in the browser
This adds the motion message filter, motion ipc messages, and related motion
files. This was originally part of a larger patch
(http://codereview.chromium.org/10698046/).
BUG=59201
Review URL: https://chromiumcodereview.appspot.com/10823310
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_message_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index 168b2bc..07db6ef 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -78,6 +78,7 @@ enum IPCMessageStart { ClipboardMsgStart, BlobMsgStart, AppCacheMsgStart, + DeviceMotionMsgStart, DeviceOrientationMsgStart, DesktopNotificationMsgStart, GeolocationMsgStart, |