Index: sky/engine/core/app/Application.idl |
diff --git a/sky/engine/core/animation/AnimationEffect.idl b/sky/engine/core/app/Application.idl |
similarity index 50% |
copy from sky/engine/core/animation/AnimationEffect.idl |
copy to sky/engine/core/app/Application.idl |
index db0fc6ff2890cc43a0e883503eeae5b605d5db62..b55ae081736e27144a3b2837258f59c3c12d1940 100644 |
--- a/sky/engine/core/animation/AnimationEffect.idl |
+++ b/sky/engine/core/app/Application.idl |
@@ -3,7 +3,8 @@ |
// found in the LICENSE file. |
[ |
- RuntimeEnabled=WebAnimationsAPI, |
- NoInterfaceObject, |
-] interface AnimationEffect { |
+ ConstructorCallWith=ExecutionContext, |
+ Constructor(Document document, DOMString url), |
+] interface Application : AbstractModule { |
+ attribute DOMString title; |
}; |