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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 1356113002: Make window.scroll properties relative to the layout viewport. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename settings flag and improved tests Created 5 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: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 77c62049dc180215b61b4647fa74fd9088da8386..2760df67a95d5687898f42a7d430ba341830fe62 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -106,6 +106,7 @@ public:
void setImageAnimationPolicy(ImageAnimationPolicy) override;
void setImagesEnabled(bool) override;
void setInlineTextBoxAccessibilityEnabled(bool) override;
+ void setInertVisualViewport(bool) override;
void setInvertViewportScrollOrder(bool) override;
void setJavaScriptCanAccessClipboard(bool) override;
void setJavaScriptCanOpenWindowsAutomatically(bool) override;

Powered by Google App Engine
This is Rietveld 408576698