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

Unified Diff: third_party/WebKit/Source/core/events/AnimationPlaybackEvent.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/AnimationPlaybackEvent.idl
diff --git a/third_party/WebKit/Source/core/events/AnimationPlaybackEvent.idl b/third_party/WebKit/Source/core/events/AnimationPlaybackEvent.idl
index b0051da6cd94b01699e7d7d3d3387233c428b2a0..a7979a5686dee5ec492f5bea92b66a5021ec7f0c 100644
--- a/third_party/WebKit/Source/core/events/AnimationPlaybackEvent.idl
+++ b/third_party/WebKit/Source/core/events/AnimationPlaybackEvent.idl
@@ -8,6 +8,6 @@
Constructor(DOMString type, optional AnimationPlaybackEventInit eventInitDict),
RuntimeEnabled=WebAnimationsAPI,
] interface AnimationPlaybackEvent : Event {
- readonly attribute double? currentTime;
- readonly attribute double? timelineTime;
+ [Measure] readonly attribute double? currentTime;
+ [Measure] readonly attribute double? timelineTime;
};
« no previous file with comments | « third_party/WebKit/Source/core/events/AnimationEvent.idl ('k') | third_party/WebKit/Source/core/events/BeforeUnloadEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698