| Index: third_party/WebKit/Source/modules/sensor/Sensor.h
|
| diff --git a/third_party/WebKit/Source/modules/sensor/Sensor.h b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| index 8ef584430fb48de2c9f182d02ec8d5eb9bfe2b75..49472e56c4c3682b55415d316c3d8e6016d9115a 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| @@ -13,6 +13,7 @@
|
| #include "modules/EventTargetModules.h"
|
| #include "modules/sensor/SensorOptions.h"
|
| #include "modules/sensor/SensorProxy.h"
|
| +#include "platform/WebTaskRunner.h"
|
| #include "platform/bindings/ActiveScriptWrappable.h"
|
| #include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -115,7 +116,7 @@ class Sensor : public EventTargetWithInlineData,
|
| Member<SensorProxy> sensor_proxy_;
|
| device::SensorReading reading_;
|
| SensorConfigurationPtr configuration_;
|
| - bool pending_reading_update_;
|
| + TaskHandle pending_reading_update_;
|
| };
|
|
|
| } // namespace blink
|
|
|