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

Unified Diff: third_party/WebKit/Source/modules/sensor/OrientationSensor.h

Issue 2885373002: [Sensors] Simplify calculation of the reporting period (Closed)
Patch Set: Created 3 years, 7 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: third_party/WebKit/Source/modules/sensor/OrientationSensor.h
diff --git a/third_party/WebKit/Source/modules/sensor/OrientationSensor.h b/third_party/WebKit/Source/modules/sensor/OrientationSensor.h
index 35f3bdfc9732672a2250464f3eeaead525fa3f69..6402c790faa97a908a0630deec1b1599a8de3827 100644
--- a/third_party/WebKit/Source/modules/sensor/OrientationSensor.h
+++ b/third_party/WebKit/Source/modules/sensor/OrientationSensor.h
@@ -30,7 +30,7 @@ class OrientationSensor : public Sensor {
private:
// SensorProxy override.
- void OnSensorReadingChanged(double timestamp) override;
+ void OnSensorReadingChanged() override;
template <typename Matrix>
void PopulateMatrixInternal(Matrix*, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698