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

Unified Diff: device/generic_sensor/platform_sensor_win.h

Issue 2465363004: [Sensors] Consider maximum supported frequency (Closed)
Patch Set: Comment from Tim Created 4 years, 1 month 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
« no previous file with comments | « device/generic_sensor/platform_sensor_android.cc ('k') | device/generic_sensor/platform_sensor_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/platform_sensor_win.h
diff --git a/device/generic_sensor/platform_sensor_win.h b/device/generic_sensor/platform_sensor_win.h
index ec175eb2d9bae93d1cc820ab4306f2b792a41c9f..043fb1c5d92d64faece01431a51113e0ddbedfe3 100644
--- a/device/generic_sensor/platform_sensor_win.h
+++ b/device/generic_sensor/platform_sensor_win.h
@@ -34,6 +34,7 @@ class PlatformSensorWin final : public PlatformSensor,
PlatformSensorConfiguration GetDefaultConfiguration() override;
mojom::ReportingMode GetReportingMode() override;
+ double GetMaximumSupportedFrequency() override;
// PlatformSensorReaderWin::Client interface implementation.
void OnReadingUpdated(const SensorReading& reading) override;
« no previous file with comments | « device/generic_sensor/platform_sensor_android.cc ('k') | device/generic_sensor/platform_sensor_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698