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

Unified Diff: third_party/WebKit/Source/modules/sensor/AmbientLightSensor.idl

Issue 2668173003: [Sensors] Remove SensorReading interfaces (Closed)
Patch Set: updated global-interface-listing.html Created 3 years, 11 months 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/AmbientLightSensor.idl
diff --git a/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.idl b/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.idl
index 1e35007918cc9c683fd3b59accb0d8e646bc3daf..c9b69cd945aa1ad0ab942bdba33c7961d112213e 100644
--- a/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.idl
+++ b/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.idl
@@ -11,5 +11,5 @@
ConstructorCallWith=ExecutionContext,
RaisesException=Constructor,
] interface AmbientLightSensor : Sensor {
- readonly attribute AmbientLightSensorReading? reading;
+ readonly attribute unrestricted double? illuminance;
};

Powered by Google App Engine
This is Rietveld 408576698