summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/sensor/ambient_light_sensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/sensor/ambient_light_sensor.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/sensor/ambient_light_sensor.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/modules/sensor/ambient_light_sensor.h b/chromium/third_party/blink/renderer/modules/sensor/ambient_light_sensor.h
index c7dfcbdcd4f..34b3f1e0ec0 100644
--- a/chromium/third_party/blink/renderer/modules/sensor/ambient_light_sensor.h
+++ b/chromium/third_party/blink/renderer/modules/sensor/ambient_light_sensor.h
@@ -18,12 +18,11 @@ class AmbientLightSensor final : public Sensor {
ExceptionState&);
static AmbientLightSensor* Create(ExecutionContext*, ExceptionState&);
+ AmbientLightSensor(ExecutionContext*, const SensorOptions*, ExceptionState&);
+
double illuminance(bool& is_null) const;
void Trace(blink::Visitor*) override;
-
- private:
- AmbientLightSensor(ExecutionContext*, const SensorOptions*, ExceptionState&);
};
} // namespace blink