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

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: address comments and rebase Created 5 years, 2 months 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
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) {
}

Powered by Google App Engine
This is Rietveld 408576698