| Index: third_party/WebKit/Source/modules/sensor/Sensor.h
|
| diff --git a/third_party/WebKit/Source/modules/sensor/Sensor.h b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| index 39c21752c7fd804a63ce6ba4851c1b69e9c7961c..4cc506176b3c7b7a44bc2b680442878442fe2121 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| @@ -99,6 +99,9 @@ private:
|
|
|
| void updatePollingStatus();
|
|
|
| + void notifySensorReadingChanged();
|
| + void notifyStateChanged();
|
| +
|
| private:
|
| Member<SensorReading> m_sensorReading;
|
| SensorOptions m_sensorOptions;
|
|
|