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

Unified Diff: third_party/WebKit/Source/core/events/AnimationEvent.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. 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/events/AnimationEvent.idl
diff --git a/third_party/WebKit/Source/core/events/AnimationEvent.idl b/third_party/WebKit/Source/core/events/AnimationEvent.idl
index 61865cd9938c04470d6e0fbb2e3aa3d55e80e697..3dd1979f2635be6b97ef146e512d0c19d05e89ea 100644
--- a/third_party/WebKit/Source/core/events/AnimationEvent.idl
+++ b/third_party/WebKit/Source/core/events/AnimationEvent.idl
@@ -28,8 +28,8 @@
[
Constructor(DOMString type, optional AnimationEventInit eventInitDict),
] interface AnimationEvent : Event {
- readonly attribute DOMString animationName;
+ [Measure] readonly attribute DOMString animationName;
// TODO(foolip): elapsedTime should be float.
- readonly attribute double elapsedTime;
+ [Measure] readonly attribute double elapsedTime;
// TODO(foolip): readonly attribute DOMString pseudoElement;
};

Powered by Google App Engine
This is Rietveld 408576698