Index: third_party/WebCore/testing/InternalSettings.idl |
diff --git a/third_party/WebCore/testing/InternalSettings.idl b/third_party/WebCore/testing/InternalSettings.idl |
index bbabe3ab3853b0dd0507e4266d226ecffd5eea08..53c51763862270c115100aab86ba75223f87762c 100644 |
--- a/third_party/WebCore/testing/InternalSettings.idl |
+++ b/third_party/WebCore/testing/InternalSettings.idl |
@@ -41,6 +41,7 @@ module window { |
boolean unifiedTextCheckingEnabled() raises (DOMException); |
void setPageScaleFactor(in float scaleFactor, in long x, in long y) raises(DOMException); |
void setTouchEventEmulationEnabled(in boolean enabled) raises(DOMException); |
+ void setDeviceSupportsTouch(in boolean enabled) raises(DOMException); |
void setShadowDOMEnabled(in boolean enabled) raises(DOMException); |
void setStandardFontFamily(in DOMString family, in DOMString script) raises(DOMException); |
void setSerifFontFamily(in DOMString family, in DOMString script) raises(DOMException); |
@@ -53,6 +54,11 @@ module window { |
boolean scrollAnimatorEnabled() raises(DOMException); |
void setCSSExclusionsEnabled(in boolean enabled) raises(DOMException); |
void setMediaPlaybackRequiresUserGesture(in boolean enabled) raises(DOMException); |
+ void setEditingBehavior(in DOMString behavior) raises(DOMException); |
+ void setFixedPositionCreatesStackingContext(in boolean creates) raises(DOMException); |
+ void setSyncXHRInDocumentsEnabled(in boolean enabled) raises(DOMException); |
+ void setJavaScriptProfilingEnabled(in boolean creates) raises(DOMException); |
+ void setWindowFocusRestricted(in boolean restricted) raises(DOMException); |
}; |
} |