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

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

Issue 2503853002: [Sensors] Improvements in fetching reading for sensors with continuous reporting mode (Closed)
Patch Set: Fixed assertion hit Created 4 years, 1 month 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/SensorProviderProxy.h
diff --git a/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h b/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
index fc89f5407584eaa57d837ad5ab1825b271abdf7b..1b4668374910acd30397f6998e15884fe59ae384 100644
--- a/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
+++ b/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
@@ -13,6 +13,7 @@
namespace blink {
+class Page;
class SensorProxy;
class SensorReadingFactory;
@@ -30,6 +31,7 @@ class SensorProviderProxy final
~SensorProviderProxy();
SensorProxy* createSensor(device::mojom::blink::SensorType,
+ Page*,
std::unique_ptr<SensorReadingFactory>);
SensorProxy* getSensor(device::mojom::blink::SensorType);

Powered by Google App Engine
This is Rietveld 408576698