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

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

Issue 2787013003: [Sensors] Adding more UMA histogram values (Closed)
Patch Set: Created 3 years, 9 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/Magnetometer.idl
diff --git a/third_party/WebKit/Source/modules/sensor/Magnetometer.idl b/third_party/WebKit/Source/modules/sensor/Magnetometer.idl
index cc29a23ebc64ed4c78b651b04db8c5c559070c9f..e5d2a1cbe0f19ab0c6d801eb297e53db92bd8db0 100644
--- a/third_party/WebKit/Source/modules/sensor/Magnetometer.idl
+++ b/third_party/WebKit/Source/modules/sensor/Magnetometer.idl
@@ -10,6 +10,7 @@
Constructor(optional SensorOptions sensorOptions),
ConstructorCallWith=ExecutionContext,
RaisesException=Constructor,
+ MeasureAs=MagnetometerConstructor
] interface Magnetometer : Sensor {
readonly attribute unrestricted double? x;
readonly attribute unrestricted double? y;
« no previous file with comments | « third_party/WebKit/Source/modules/sensor/Gyroscope.idl ('k') | third_party/WebKit/Source/modules/sensor/OrientationSensor.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698