Chromium Code Reviews| Index: content/renderer/device_sensors/device_light_event_pump.h |
| diff --git a/content/renderer/device_sensors/device_light_event_pump.h b/content/renderer/device_sensors/device_light_event_pump.h |
| index 13b22b1b37e760970d36de86f81a7b9ff28b114e..9819e6ebb984f85462d78724ce1f55d2edfb2b48 100644 |
| --- a/content/renderer/device_sensors/device_light_event_pump.h |
| +++ b/content/renderer/device_sensors/device_light_event_pump.h |
| @@ -42,6 +42,8 @@ class CONTENT_EXPORT DeviceLightEventPump |
| virtual void SendStartMessage() OVERRIDE; |
| virtual void SendStopMessage() OVERRIDE; |
| + bool ShouldFireEvent(double data) const; |
|
timvolodine
2014/09/08 15:20:19
does this need to be protected?
riju_
2014/09/09 14:01:18
Done.
|
| + |
| scoped_ptr<DeviceLightSharedMemoryReader> reader_; |
| double last_seen_data_; |