| Index: Source/WebCore/testing/Internals.h
|
| ===================================================================
|
| --- Source/WebCore/testing/Internals.h (revision 99757)
|
| +++ Source/WebCore/testing/Internals.h (working copy)
|
| @@ -76,6 +76,7 @@
|
| PassRefPtr<Range> markerRangeForNode(Node*, unsigned, ExceptionCode&);
|
|
|
| void setForceCompositingMode(Document*, bool enabled, ExceptionCode&);
|
| + void setEnableCompositingForScrollableFrames(Document*, bool enabled, ExceptionCode&);
|
|
|
| void setEnableScrollAnimator(Document*, bool enabled, ExceptionCode&);
|
| void setZoomAnimatorTransform(Document*, float scale, float tx, float ty, ExceptionCode&);
|
|
|