summaryrefslogtreecommitdiffstats
path: root/content/common/DEPS
diff options
context:
space:
mode:
authortimvolodine@chromium.org <timvolodine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-05 21:17:14 +0000
committertimvolodine@chromium.org <timvolodine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-05 21:17:14 +0000
commitcee8a816e2f80375bc6488beafb46b089b0de18d (patch)
treeb0eff4958784a57dc11ca518502be46734978d6e /content/common/DEPS
parent08d600aafb6b6c673712bfd1df7e31920aed6605 (diff)
downloadchromium_src-cee8a816e2f80375bc6488beafb46b089b0de18d.zip
chromium_src-cee8a816e2f80375bc6488beafb46b089b0de18d.tar.gz
chromium_src-cee8a816e2f80375bc6488beafb46b089b0de18d.tar.bz2
Implement Device Orientation using shared memory in content/renderer.
This CL features: - extracted code in base class device_sensor_event_pump - implementation of device_motion_event_pump and device_orientation_event_pump - new unit test for device_orientation_event_pump - added device_orientation_event_pump to platform, i.e. can be activated using SetDeviceOrientationListener(). - IPC messages, corresponding filter and hardware buffer implementation. BUG=261165 Review URL: https://chromiumcodereview.appspot.com/20707002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215680 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/DEPS')
-rw-r--r--content/common/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/DEPS b/content/common/DEPS
index cdd8ade..6efe1f9 100644
--- a/content/common/DEPS
+++ b/content/common/DEPS
@@ -14,6 +14,7 @@ include_rules = [
"-third_party/WebKit",
"+third_party/WebKit/public/platform/WebCString.h",
"+third_party/WebKit/public/platform/WebDeviceMotionData.h",
+ "+third_party/WebKit/public/platform/WebDeviceOrientationData.h",
"+third_party/WebKit/public/platform/WebFloatPoint.h",
"+third_party/WebKit/public/platform/WebFloatRect.h",
"+third_party/WebKit/public/platform/WebGamepads.h",