| 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_;
|
|
|