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

Unified Diff: Source/WebCore/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: 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/WebCore/dom/PaintOrderLists.idl
diff --git a/Source/WebCore/dom/PaintOrderLists.idl b/Source/WebCore/dom/PaintOrderLists.idl
new file mode 100644
index 0000000000000000000000000000000000000000..0fd0863a81727e06f22afc54c69ec8c44f552359
--- /dev/null
+++ b/Source/WebCore/dom/PaintOrderLists.idl
@@ -0,0 +1,9 @@
+[
+ V8DependentLifetime,
+ V8SkipVTableValidation
+] interface PaintOrderLists {
+
+ readonly attribute NodeList listBeforePromote;
+ readonly attribute NodeList listAfterPromote;
+
+};

Powered by Google App Engine
This is Rietveld 408576698