| Index: third_party/WebCore/testing/Internals.idl
|
| diff --git a/third_party/WebCore/testing/Internals.idl b/third_party/WebCore/testing/Internals.idl
|
| index 2f17f5558e2585bd22f26276cdefe2cb0a700335..de4458716fc1b4ef51b78229eb25872643be0e6e 100644
|
| --- a/third_party/WebCore/testing/Internals.idl
|
| +++ b/third_party/WebCore/testing/Internals.idl
|
| @@ -88,6 +88,13 @@ module window {
|
|
|
| void setPagination(in Document document, in DOMString mode, in long gap) raises(DOMException);
|
|
|
| + DOMString configurationForViewport(in Document document,
|
| + in float devicePixelRatio,
|
| + in long deviceWidth,
|
| + in long deviceHeight,
|
| + in long availableWidth,
|
| + in long availableHeight) raises(DOMException);
|
| +
|
| boolean wasLastChangeUserEdit(in Element textField) raises (DOMException);
|
| DOMString suggestedValue(in Element inputElement) raises (DOMException);
|
| void setSuggestedValue(in Element inputElement, in DOMString value) raises (DOMException);
|
|
|