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; |