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

Unified Diff: third_party/WebKit/Source/core/animation/AnimationEffectTimingReadOnly.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/core/animation/AnimationEffectTimingReadOnly.idl
diff --git a/third_party/WebKit/Source/core/animation/AnimationEffectTimingReadOnly.idl b/third_party/WebKit/Source/core/animation/AnimationEffectTimingReadOnly.idl
index 65c5676e7d1723060f8146d059cf5fa1d4391583..b1fd0e308eb91ea6db4562f4d51b54a16fb3e213 100644
--- a/third_party/WebKit/Source/core/animation/AnimationEffectTimingReadOnly.idl
+++ b/third_party/WebKit/Source/core/animation/AnimationEffectTimingReadOnly.idl
@@ -8,12 +8,12 @@
[
RuntimeEnabled=WebAnimationsAPI,
] interface AnimationEffectTimingReadOnly {
- readonly attribute double delay;
- readonly attribute double endDelay;
- readonly attribute DOMString fill;
- readonly attribute double iterationStart;
- readonly attribute unrestricted double iterations;
- readonly attribute (unrestricted double or DOMString) duration;
- readonly attribute DOMString direction;
- readonly attribute DOMString easing;
+ [Measure] readonly attribute double delay;
+ [Measure] readonly attribute double endDelay;
+ [Measure] readonly attribute DOMString fill;
+ [Measure] readonly attribute double iterationStart;
+ [Measure] readonly attribute unrestricted double iterations;
+ [Measure] readonly attribute (unrestricted double or DOMString) duration;
+ [Measure] readonly attribute DOMString direction;
+ [Measure] readonly attribute DOMString easing;
};

Powered by Google App Engine
This is Rietveld 408576698