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

Unified Diff: content/browser/device_orientation/device_inertial_sensor_service.h

Issue 152893002: [DeviceLight API] Content Side Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix in Java file, stop() Created 6 years, 9 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_orientation/device_inertial_sensor_service.h
diff --git a/content/browser/device_orientation/device_inertial_sensor_service.h b/content/browser/device_orientation/device_inertial_sensor_service.h
index 1c7c162f23f2cab6670e603e99dde37b5cb1ef9a..de9aaae4b72a68b0603f2faf240347bffc4236f1 100644
--- a/content/browser/device_orientation/device_inertial_sensor_service.h
+++ b/content/browser/device_orientation/device_inertial_sensor_service.h
@@ -58,6 +58,7 @@ class CONTENT_EXPORT DeviceInertialSensorService {
int delta);
int GetNumberConsumers(ConsumerType consumer_type) const;
+ int num_light_readers_;
int num_motion_readers_;
int num_orientation_readers_;
bool is_shutdown_;

Powered by Google App Engine
This is Rietveld 408576698