Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 5a7d162f3c6f5fc1e373832e3785c1ce6db03c39..3e9eb0736c9cb5ba74d3cc4b5a773e687a223737 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -224,6 +224,12 @@ public: |
void setNeedsCompositedScrolling(Element*, unsigned value, ExceptionState&); |
+ bool isScrollParent(Element* child, Element* parent, ExceptionState&); |
+ bool isClipParent(Element* child, Element* parent, ExceptionState&); |
+ |
+ PassRefPtr<ClientRect> scrollClip(Element*, ExceptionState&); |
+ PassRefPtr<ClientRect> ancestorScrollClip(Element*, ExceptionState&); |
+ |
String repaintRectsAsText(Document*, ExceptionState&) const; |
String scrollingStateTreeAsText(Document*, ExceptionState&) const; |
String mainThreadScrollingReasons(Document*, ExceptionState&) const; |