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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.idl

Issue 1415513002: Remove plumbing for inert-visual-viewport flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: worked on review comments Created 5 years, 2 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/testing/Internals.idl
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
index d31fff0c639f9b46d1ec1e5ab24d8d4693b205ef..dd44d9b156be2becb14c3e4b71aaa13a298f63bd 100644
--- a/third_party/WebKit/Source/core/testing/Internals.idl
+++ b/third_party/WebKit/Source/core/testing/Internals.idl
@@ -332,6 +332,10 @@
DOMString selectedTextForClipboard();
void setVisualViewportOffset(long x, long y);
+ int visualViewportHeight();
+ int visualViewportWidth();
+ double visualViewportScrollX();
+ double visualViewportScrollY();
bool magnifyScaleAroundAnchor(float offset, float x, float y);

Powered by Google App Engine
This is Rietveld 408576698