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

Unified Diff: third_party/WebKit/Source/core/dom/Document.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/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 6037f0f6e73858ea0c847883a06d8fb35e67f5a5..a52ef144f260903b98d2b9a57938cc59705a9593 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -313,7 +313,6 @@ public:
HeapVector<Member<Element>> elementsFromPoint(int x, int y) const;
Range* caretRangeFromPoint(int x, int y);
Element* scrollingElement();
- VisualViewport* visualViewport();
String readyState() const;

Powered by Google App Engine
This is Rietveld 408576698