| 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&);
|
|
|
|
|