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

Unified Diff: Source/WebCore/testing/Internals.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/testing/Internals.idl
diff --git a/Source/WebCore/testing/Internals.idl b/Source/WebCore/testing/Internals.idl
index 40c3163f8b185fa6808a5749c28c6e3fc8e44ba9..08a7f4b533757d04cb6790e9a0e2abc4c06409e3 100644
--- a/Source/WebCore/testing/Internals.idl
+++ b/Source/WebCore/testing/Internals.idl
@@ -186,6 +186,9 @@
const unsigned short LAYER_TREE_INCLUDES_PAINTING_PHASES = 8;
DOMString layerTreeAsText(Document document, [Optional] unsigned short flags) raises (DOMException);
+ DOMString paintOrderListsAsText(in Element element) raises (DOMException);
+ PaintOrderLists paintOrderLists(in Element element) raises (DOMException);
+
DOMString scrollingStateTreeAsText(Document document) raises (DOMException);
DOMString mainThreadScrollingReasons(Document document) raises (DOMException);
ClientRectList nonFastScrollableRects(Document document) raises (DOMException);
« Source/WebCore/rendering/RenderLayer.cpp ('K') | « Source/WebCore/testing/Internals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698