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

Unified Diff: Source/WebCore/testing/Internals.h

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.h
diff --git a/Source/WebCore/testing/Internals.h b/Source/WebCore/testing/Internals.h
index 72d1634b918250e55a6f82e44d2e5708736e4b4a..5086f63c0224d7e7e00c6ca4b34df8d9c6c248f6 100644
--- a/Source/WebCore/testing/Internals.h
+++ b/Source/WebCore/testing/Internals.h
@@ -51,6 +51,7 @@ class InternalSettings;
class Node;
class Page;
class PagePopupController;
+class PaintOrderLists;
class Range;
class ScriptExecutionContext;
class ShadowRoot;
@@ -229,6 +230,10 @@ public:
};
String layerTreeAsText(Document*, unsigned flags, ExceptionCode&) const;
String layerTreeAsText(Document*, ExceptionCode&) const;
+
+ String paintOrderListsAsText(Element* document, ExceptionCode& ec);
+ PassRefPtr<PaintOrderLists> paintOrderLists(Element* element, ExceptionCode& ec);
+
String repaintRectsAsText(Document*, ExceptionCode&) const;
String scrollingStateTreeAsText(Document*, ExceptionCode&) const;
String mainThreadScrollingReasons(Document*, ExceptionCode&) const;

Powered by Google App Engine
This is Rietveld 408576698