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

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

Issue 2870073002: [Sensors] Decouple sensor readings update from rAF (Closed)
Patch Set: [Sensors] Decouple sensor readings update from rAF 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 6402c790faa97a908a0630deec1b1599a8de3827..35f3bdfc9732672a2250464f3eeaead525fa3f69 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() override;
+ void OnSensorReadingChanged(double timestamp) override;
template <typename Matrix>
void PopulateMatrixInternal(Matrix*, ExceptionState&);
« no previous file with comments | « third_party/WebKit/Source/modules/sensor/BUILD.gn ('k') | third_party/WebKit/Source/modules/sensor/OrientationSensor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698