| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index d31fff0c639f9b46d1ec1e5ab24d8d4693b205ef..dd44d9b156be2becb14c3e4b71aaa13a298f63bd 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -332,6 +332,10 @@
|
| DOMString selectedTextForClipboard();
|
|
|
| void setVisualViewportOffset(long x, long y);
|
| + int visualViewportHeight();
|
| + int visualViewportWidth();
|
| + double visualViewportScrollX();
|
| + double visualViewportScrollY();
|
|
|
| bool magnifyScaleAroundAnchor(float offset, float x, float y);
|
|
|
|
|