| Index: Source/WebCore/testing/Internals.idl
|
| diff --git a/Source/WebCore/testing/Internals.idl b/Source/WebCore/testing/Internals.idl
|
| index 40c3163f8b185fa6808a5749c28c6e3fc8e44ba9..08a7f4b533757d04cb6790e9a0e2abc4c06409e3 100644
|
| --- a/Source/WebCore/testing/Internals.idl
|
| +++ b/Source/WebCore/testing/Internals.idl
|
| @@ -186,6 +186,9 @@
|
| const unsigned short LAYER_TREE_INCLUDES_PAINTING_PHASES = 8;
|
| DOMString layerTreeAsText(Document document, [Optional] unsigned short flags) raises (DOMException);
|
|
|
| + DOMString paintOrderListsAsText(in Element element) raises (DOMException);
|
| + PaintOrderLists paintOrderLists(in Element element) raises (DOMException);
|
| +
|
| DOMString scrollingStateTreeAsText(Document document) raises (DOMException);
|
| DOMString mainThreadScrollingReasons(Document document) raises (DOMException);
|
| ClientRectList nonFastScrollableRects(Document document) raises (DOMException);
|
|
|