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

Unified Diff: third_party/WebKit/Source/modules/sensor/OrientationSensor.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/OrientationSensor.idl
diff --git a/third_party/WebKit/Source/modules/sensor/OrientationSensor.idl b/third_party/WebKit/Source/modules/sensor/OrientationSensor.idl
index bfd51f37c05301d106b363721fe9c9df14e26043..9ceaaf0106390faf66e461340f31f1cc689a0b5a 100644
--- a/third_party/WebKit/Source/modules/sensor/OrientationSensor.idl
+++ b/third_party/WebKit/Source/modules/sensor/OrientationSensor.idl
@@ -11,5 +11,5 @@ typedef (Float32Array or Float64Array or DOMMatrix) RotationMatrixType;
RuntimeEnabled=Sensor,
] interface OrientationSensor : Sensor {
[CachedAttribute=isReadingDirty] readonly attribute FrozenArray<double>? quaternion;
- [RaisesException] void populateMatrix(RotationMatrixType targetBuffer);
+ [RaisesException, MeasureAs=OrientationSensorPopulateMatrix] void populateMatrix(RotationMatrixType targetBuffer);
};
« no previous file with comments | « third_party/WebKit/Source/modules/sensor/Magnetometer.idl ('k') | third_party/WebKit/Source/modules/sensor/Sensor.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698