Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 89ab3d58553511a76855f07707c8145998c4b594..9b2ff37e64b3ebe06ba4202914116c1cf97494e6 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -177,6 +177,12 @@ |
[RaisesException] NodeList paintOrderListBeforePromote(Element element); |
[RaisesException] NodeList paintOrderListAfterPromote(Element element); |
+ // PATCH 1 |
+ const unsigned short DoNotForceCompositedScrolling = 0; |
+ const unsigned short ForceCompositedScrollingOn = 1; |
+ const unsigned short ForceCompositedScrollingOff = 2; |
+ [RaisesException] void setNeedsCompositedScrolling(Element element, unsigned short value); |
+ |
[RaisesException] DOMString scrollingStateTreeAsText(Document document); |
[RaisesException] DOMString mainThreadScrollingReasons(Document document); |
[RaisesException] ClientRectList nonFastScrollableRects(Document document); |