Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/modules/device_orientation/DeviceRotationRate.idl

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/modules/device_orientation/DeviceRotationRate.idl
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceRotationRate.idl b/third_party/WebKit/Source/modules/device_orientation/DeviceRotationRate.idl
index 78ea0b6275a7d2868d627bc31586d4455141f275..01d6033fe5dbf84464172b9bc3f9e00f395ff621 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceRotationRate.idl
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceRotationRate.idl
@@ -28,7 +28,7 @@
[
NoInterfaceObject
] interface DeviceRotationRate {
- readonly attribute double? alpha;
- readonly attribute double? beta;
- readonly attribute double? gamma;
+ [Measure] readonly attribute double? alpha;
+ [Measure] readonly attribute double? beta;
+ [Measure] readonly attribute double? gamma;
};

Powered by Google App Engine