| Index: third_party/WebKit/Source/modules/sensor/SensorReadingUpdater.h
|
| diff --git a/third_party/WebKit/Source/modules/sensor/SensorReadingUpdater.h b/third_party/WebKit/Source/modules/sensor/SensorReadingUpdater.h
|
| index c85c59a290419bb43d0c3b274a8dc0a958870e40..4a618ba32c1d937233c529fe93fce8b670467d3a 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/SensorReadingUpdater.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/SensorReadingUpdater.h
|
| @@ -19,6 +19,7 @@ class SensorReadingUpdater : public GarbageCollected<SensorReadingUpdater> {
|
| device::mojom::blink::ReportingMode);
|
|
|
| virtual void start();
|
| + virtual void reset();
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|