| Index: third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
|
| diff --git a/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h b/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
|
| index e4dfaa98bc634f49fe1fe27e8b7cd1fb8a492919..a6f5c054077d08e409ecd22ce3a4fdf3b10dc197 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef SensorProviderProxy_h
|
| #define SensorProviderProxy_h
|
|
|
| +#include "core/dom/ExecutionContext.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "device/generic_sensor/public/interfaces/sensor.mojom-blink.h"
|
| #include "device/generic_sensor/public/interfaces/sensor_provider.mojom-blink.h"
|
| @@ -28,7 +29,8 @@ class SensorProviderProxy final
|
|
|
| ~SensorProviderProxy();
|
|
|
| - SensorProxy* getOrCreateSensor(device::mojom::blink::SensorType);
|
| + SensorProxy* getOrCreateSensor(device::mojom::blink::SensorType,
|
| + ExecutionContext*);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|