| Index: third_party/WebCore/testing/InternalSettings.idl
|
| diff --git a/third_party/WebCore/testing/InternalSettings.idl b/third_party/WebCore/testing/InternalSettings.idl
|
| index d22afd774987db49cbf9d859018ae77b4d83f4f0..dacac38564c7ca61e6674a5982ed49ccff32c4d9 100644
|
| --- a/third_party/WebCore/testing/InternalSettings.idl
|
| +++ b/third_party/WebCore/testing/InternalSettings.idl
|
| @@ -49,6 +49,8 @@ module window {
|
| void setCursiveFontFamily(in DOMString family, in DOMString script) raises(DOMException);
|
| void setFantasyFontFamily(in DOMString family, in DOMString script) raises(DOMException);
|
| void setPictographFontFamily(in DOMString family, in DOMString script) raises(DOMException);
|
| + void setEnableScrollAnimator(in boolean enabled) raises(DOMException);
|
| + boolean scrollAnimatorEnabled() raises(DOMException);
|
| };
|
| }
|
|
|
|
|