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

Unified Diff: Source/core/dom/PaintOrderLists.idl

Issue 13467028: Add an intermediate function to generate 2 paint-order lists. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Responding to Ian's comments Created 7 years, 8 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: 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;
+
+};

Powered by Google App Engine
This is Rietveld 408576698