Chromium Code Reviews| 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; |
| }; |