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

Unified Diff: core/events/AnimationPlayerEvent.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/editing/Selection.idl ('k') | core/events/CustomEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/events/AnimationPlayerEvent.idl
diff --git a/core/events/AnimationPlayerEvent.idl b/core/events/AnimationPlayerEvent.idl
index bfd724a736b3a3b4366a694dbda18f4c73dabfe7..291567a492052fb8b1a1d60219f0fac83b22c3eb 100644
--- a/core/events/AnimationPlayerEvent.idl
+++ b/core/events/AnimationPlayerEvent.idl
@@ -11,6 +11,6 @@
Constructor(DOMString type, optional AnimationPlayerEventInit eventInitDict),
RuntimeEnabled=WebAnimationsAPI,
] interface AnimationPlayerEvent : Event {
- readonly attribute double currentTime;
+ readonly attribute double? currentTime;
readonly attribute double timelineTime;
};
« no previous file with comments | « core/editing/Selection.idl ('k') | core/events/CustomEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698