| Index: third_party/WebKit/Source/core/frame/Window.idl
|
| diff --git a/third_party/WebKit/Source/core/frame/Window.idl b/third_party/WebKit/Source/core/frame/Window.idl
|
| index c3787548bfa56a556eb2a9f96999e10b564f2be6..c1dbef55ae2ee11050e6eb24d7c222f7e6c86130 100644
|
| --- a/third_party/WebKit/Source/core/frame/Window.idl
|
| +++ b/third_party/WebKit/Source/core/frame/Window.idl
|
| @@ -129,7 +129,7 @@
|
|
|
| // Visual Viewport API
|
| // https://github.com/WICG/ViewportAPI
|
| - [RuntimeEnabled=VisualViewportAPI] readonly attribute VisualViewport? visualViewport;
|
| + [RuntimeEnabled=VisualViewportAPI] readonly attribute DOMVisualViewport? visualViewport;
|
|
|
| // client
|
| [Replaceable] readonly attribute long screenX;
|
|
|