| Index: third_party/WebKit/Source/core/frame/VisualViewport.idl
|
| diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.idl b/third_party/WebKit/Source/core/frame/VisualViewport.idl
|
| index 98fac81bbf5f9412078df6bbd0ed95f73668f623..0f2f65fa5df18a3cf5c62c4e815286d61a0ef3b6 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.idl
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.idl
|
| @@ -30,8 +30,11 @@
|
| RuntimeEnabled=VisualViewportAPI,
|
| ImplementedAs=DOMVisualViewport,
|
| ] interface VisualViewport : EventTarget {
|
| - readonly attribute double scrollTop;
|
| readonly attribute double scrollLeft;
|
| + readonly attribute double scrollTop;
|
| +
|
| + readonly attribute double pageX;
|
| + readonly attribute double pageY;
|
|
|
| readonly attribute double clientWidth;
|
| readonly attribute double clientHeight;
|
|
|