Chromium Code Reviews| 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; |
|
bashi
2016/07/11 09:17:35
s/DOMVisualViewport/VisualViewport/ ?
"[Implement
ymalik
2016/07/11 17:14:56
Thanks. It should be VisualViewport.
Fix here: ht
|
| // client |
| [Replaceable] readonly attribute long screenX; |