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

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

Issue 2526943002: Add use counters for lots of DOM APIs.
Patch Set: Add use counters for lots of DOM APIs. Created 4 years 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/device_orientation/DeviceAcceleration.idl
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceAcceleration.idl b/third_party/WebKit/Source/modules/device_orientation/DeviceAcceleration.idl
index f1bc23dff1c18ee9c3887caebc0f9a7bbee6c46b..9c2f7347e9e1860e67c3be6528b99d9af2b6aa2b 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceAcceleration.idl
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceAcceleration.idl
@@ -28,7 +28,7 @@
[
NoInterfaceObject
] interface DeviceAcceleration {
- readonly attribute double? x;
- readonly attribute double? y;
- readonly attribute double? z;
+ [Measure] readonly attribute double? x;
+ [Measure] readonly attribute double? y;
+ [Measure] readonly attribute double? z;
};

Powered by Google App Engine
This is Rietveld 408576698