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

Unified Diff: Source/core/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: fix rebase mistake 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/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index 3652feeafa32ce47c040f3701676b0c8c2c725ba..17ea0f5e106e9b120c690d5b216f9a583cf5b178 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -219,6 +219,10 @@ public:
};
String layerTreeAsText(Document*, unsigned flags, ExceptionCode&) const;
String layerTreeAsText(Document*, ExceptionCode&) const;
+
+ PassRefPtr<NodeList> paintOrderListBeforePromote(Element* element, ExceptionCode& ec);
+ PassRefPtr<NodeList> paintOrderListAfterPromote(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