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

Unified Diff: sky/engine/core/app/Application.idl

Issue 697873007: Add Module and Application interfaces (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: 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;
};

Powered by Google App Engine
This is Rietveld 408576698