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