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

Unified Diff: sky/engine/core/events/AnimationPlayerEvent.idl

Issue 760183003: Enable/Unprefix Animations & Transitions, add basic tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: patch for landing Created 6 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
« no previous file with comments | « sky/engine/core/dom/Document.cpp ('k') | sky/engine/core/events/EventAliases.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/events/AnimationPlayerEvent.idl
diff --git a/sky/engine/core/events/AnimationPlayerEvent.idl b/sky/engine/core/events/AnimationPlayerEvent.idl
index a719ec75f0cca6276dbfaf2029dbdf2f9dad16b2..089520e0cbfc2281e2c2ad10625cec587807042f 100644
--- a/sky/engine/core/events/AnimationPlayerEvent.idl
+++ b/sky/engine/core/events/AnimationPlayerEvent.idl
@@ -4,7 +4,6 @@
[
EventConstructor,
- RuntimeEnabled=WebAnimationsAPI,
] interface AnimationPlayerEvent : Event {
[InitializedByEventConstructor] readonly attribute double currentTime;
[InitializedByEventConstructor] readonly attribute double timelineTime;
« no previous file with comments | « sky/engine/core/dom/Document.cpp ('k') | sky/engine/core/events/EventAliases.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698