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

Unified Diff: Source/modules/device_orientation/DeviceOrientationEvent.idl

Issue 1215893006: Add UseCounters for init*Event methods that aren't already measured (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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
« no previous file with comments | « Source/modules/device_orientation/DeviceMotionEvent.idl ('k') | Source/modules/storage/StorageEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/device_orientation/DeviceOrientationEvent.idl
diff --git a/Source/modules/device_orientation/DeviceOrientationEvent.idl b/Source/modules/device_orientation/DeviceOrientationEvent.idl
index afc3d84e7480c135de3e627062d6566e4c3e3e2a..ab9840d907f36f04175ed659d10998481dbd67a9 100644
--- a/Source/modules/device_orientation/DeviceOrientationEvent.idl
+++ b/Source/modules/device_orientation/DeviceOrientationEvent.idl
@@ -28,11 +28,11 @@ interface DeviceOrientationEvent : Event {
readonly attribute double? beta;
readonly attribute double? gamma;
readonly attribute boolean? absolute;
- void initDeviceOrientationEvent([Default=Undefined] optional DOMString type,
- [Default=Undefined] optional boolean bubbles,
- [Default=Undefined] optional boolean cancelable,
- [Default=Undefined] optional double? alpha,
- [Default=Undefined] optional double? beta,
- [Default=Undefined] optional double? gamma,
- [Default=Undefined] optional boolean? absolute);
+ [Measure] void initDeviceOrientationEvent([Default=Undefined] optional DOMString type,
+ [Default=Undefined] optional boolean bubbles,
+ [Default=Undefined] optional boolean cancelable,
+ [Default=Undefined] optional double? alpha,
+ [Default=Undefined] optional double? beta,
+ [Default=Undefined] optional double? gamma,
+ [Default=Undefined] optional boolean? absolute);
};
« no previous file with comments | « Source/modules/device_orientation/DeviceMotionEvent.idl ('k') | Source/modules/storage/StorageEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698