| Index: Source/WebCore/testing/Internals.h
|
| ===================================================================
|
| --- Source/WebCore/testing/Internals.h (revision 139630)
|
| +++ Source/WebCore/testing/Internals.h (working copy)
|
| @@ -211,8 +211,8 @@
|
| String layerTreeAsText(Document*, ExceptionCode&) const;
|
| String repaintRectsAsText(Document*, ExceptionCode&) const;
|
| String scrollingStateTreeAsText(Document*, ExceptionCode&) const;
|
| -
|
| String mainThreadScrollingReasons(Document*, ExceptionCode&) const;
|
| + PassRefPtr<ClientRectList> nonFastScrollableRects(Document*, ExceptionCode&) const;
|
|
|
| void garbageCollectDocumentResources(Document*, ExceptionCode&) const;
|
|
|
|
|