| 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 6a8093d427f3e25eadf8c9f82227edde31c976aa..124d3e806f1c9dab2c955b641fbc17867c566a9a 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Document.idl
|
| @@ -155,10 +155,6 @@ 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
|
| attribute EventHandler onpointerlockchange;
|
|
|