Chromium Code Reviews| Index: Source/core/dom/PaintOrderLists.idl |
| diff --git a/Source/core/dom/PaintOrderLists.idl b/Source/core/dom/PaintOrderLists.idl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..51898a9b05058629109d8ca301234deeba0f7020 |
| --- /dev/null |
| +++ b/Source/core/dom/PaintOrderLists.idl |
| @@ -0,0 +1,8 @@ |
| +[ |
| + ImplementationLacksVTable, |
| +] interface PaintOrderLists { |
| + |
| + readonly attribute NodeList listBeforePromote; |
| + readonly attribute NodeList listAfterPromote; |
| + |
| +}; |