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

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

Issue 2320303002: Reset VisualViewport position after same page navigation (Closed)
Patch Set: update comments and test Created 4 years, 3 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.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index cf16a597b75703c1e2b563a0776da60578e8e223..a24a3dad3160139804429b7a8b3afd5a64f5b191 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -260,6 +260,7 @@ public:
String pageProperty(String, int, ExceptionState& = ASSERT_NO_EXCEPTION) const;
String pageSizeAndMarginsInPixels(int, int, int, int, int, int, int, ExceptionState& = ASSERT_NO_EXCEPTION) const;
+ float pageScaleFactor(ExceptionState&);
void setPageScaleFactor(float scaleFactor, ExceptionState&);
void setPageScaleFactorLimits(float minScaleFactor, float maxScaleFactor, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698