Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: third_party/WebKit/Source/core/frame/LocalDOMWindow.h

Issue 2025393003: Move document.visualViewport to window.visualViewport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing expectations Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/frame/DOMWindow.h ('k') | third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698