| Index: third_party/WebKit/Source/core/dom/Document.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.idl b/third_party/WebKit/Source/core/dom/Document.idl
|
| index 0f309aadd9b3d9735858ecd95f28bf3961a02e47..7adcede11a84eb7fbae81512b29bcd4d82276fa3 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Document.idl
|
| @@ -156,6 +156,9 @@ interface Document : Node {
|
| sequence<Element> elementsFromPoint(long x, long y);
|
| readonly attribute Element? scrollingElement;
|
|
|
| + // Visual Viewport API
|
| + [RuntimeEnabled=VisualViewportAPI] readonly attribute VisualViewport? visualViewport;
|
| +
|
| // Selection API
|
| // http://w3c.github.io/selection-api/#extensions-to-document-interface
|
| Selection? getSelection();
|
|
|