| 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 307c2f31f368a9681b27fdfc4f3535dccb457298..3523cc6367840fedd09997e38a2b7af671aaf253 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Document.idl
|
| @@ -149,6 +149,9 @@ interface Document : Node {
|
|
|
| readonly attribute Element? scrollingElement;
|
|
|
| + // Visual Viewport API
|
| + // https://github.com/WICG/ViewportAPI
|
| + [RuntimeEnabled=VisualViewportAPI] readonly attribute VisualViewport? visualViewport;
|
|
|
| // Pointer Lock
|
| // https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#extensions-to-the-document-interface
|
|
|