Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/DOMVisualViewport.h |
| diff --git a/third_party/WebKit/Source/core/frame/DOMVisualViewport.h b/third_party/WebKit/Source/core/frame/DOMVisualViewport.h |
| index 690fde99fc02728393f4de9e98f4927d1613061d..bf7b62f3e7e444f901dc301ecf4e164b9e915fed 100644 |
| --- a/third_party/WebKit/Source/core/frame/DOMVisualViewport.h |
| +++ b/third_party/WebKit/Source/core/frame/DOMVisualViewport.h |
| @@ -59,6 +59,8 @@ public: |
| double scrollLeft(); |
| double scrollTop(); |
| + double pageX(); |
| + double pageY(); |
| double clientWidth(); |
| double clientHeight(); |
| double scale(); |