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

Unified Diff: content/renderer/device_sensors/device_light_event_pump.h

Issue 292693004: [DeviceLight] Browser+java part (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot some light bits removal from device_inertial_sensor_diagnostics.html Created 6 years, 3 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/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_;

Powered by Google App Engine
This is Rietveld 408576698