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

Unified Diff: sky/engine/core/dom/Document.idl

Issue 1122423009: Make it possible to custom-paint without an Element. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Comment tweak Created 5 years, 7 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
Index: sky/engine/core/dom/Document.idl
diff --git a/sky/engine/core/dom/Document.idl b/sky/engine/core/dom/Document.idl
index e52d6ddd8d93c5a25878d5c52344356590dca2aa..957b764cdbd8b0fc9dba7205ddf197ec7be61abd 100644
--- a/sky/engine/core/dom/Document.idl
+++ b/sky/engine/core/dom/Document.idl
@@ -69,4 +69,6 @@ callback CustomElementConstructor = Element ();
readonly attribute boolean hidden;
readonly attribute HTMLScriptElement currentScript;
+
+ attribute Picture rootPicture;
};

Powered by Google App Engine
This is Rietveld 408576698