| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| index d23d72a13600ab7e1d3356303d4c5aa406bcf284..87e5acdf973f9d8ae27b7edabf7c43877553bec8 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -56,6 +56,7 @@ class Page;
|
| class PostMessageTimer;
|
| class SecurityOrigin;
|
| class SourceLocation;
|
| +class VisualViewport;
|
|
|
| enum PageshowEventPersistence {
|
| PageshowEventNotPersisted = 0,
|
| @@ -105,6 +106,7 @@ public:
|
| int screenY() const override;
|
| double scrollX() const override;
|
| double scrollY() const override;
|
| + VisualViewport* visualViewport() override;
|
| const AtomicString& name() const override;
|
| void setName(const AtomicString&) override;
|
| String status() const override;
|
|
|