Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(667)

Unified Diff: content/browser/device_sensors/device_inertial_sensor_service.cc

Issue 1416123002: Absolute Device Orientation API: blink implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/basic-operation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/device_sensors/device_inertial_sensor_service.cc
diff --git a/content/browser/device_sensors/device_inertial_sensor_service.cc b/content/browser/device_sensors/device_inertial_sensor_service.cc
index 38162fa81554e272246d998920f03073aebe8d6b..33f083d11fd46b8c5ca11b7da4777a19a7385e88 100644
--- a/content/browser/device_sensors/device_inertial_sensor_service.cc
+++ b/content/browser/device_sensors/device_inertial_sensor_service.cc
@@ -15,6 +15,7 @@ DeviceInertialSensorService::DeviceInertialSensorService()
: num_light_readers_(0),
num_motion_readers_(0),
num_orientation_readers_(0),
+ num_orientation_absolute_readers_(0),
is_shutdown_(false) {
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/basic-operation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698