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 e1aacf407cdb04730dc594e605b3498a1959e2bf..bff3fa00d7c55dfdddfa3a8a0bf12cdf0db2fbee 100644 |
--- a/third_party/WebKit/Source/modules/sensor/Sensor.h |
+++ b/third_party/WebKit/Source/modules/sensor/Sensor.h |
@@ -72,7 +72,8 @@ class Sensor : public EventTargetWithInlineData, |
using SensorConfiguration = device::mojom::blink::SensorConfiguration; |
virtual SensorConfigurationPtr createSensorConfig( |
const SensorOptions&, |
- const SensorConfiguration& defaultConfiguration) = 0; |
+ const SensorConfiguration& defaultConfiguration, |
+ double maxSupportedFrequency) = 0; |
private: |
void initSensorProxyIfNeeded(); |