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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.in

Issue 1415513002: Remove plumbing for inert-visual-viewport flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keeping "inertVisualViewport" setting + fixed broken test 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/frame/Settings.in
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
index 6ec2da5f851616a9cd0f7e0a7ce64c916b063eb7..2d30ace09e28954a6ae9440d4f6da1f43d4a2975 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -240,7 +240,9 @@ invertViewportScrollOrder initial=false
# Experiment to have all APIs reflect the layout viewport.
# crbug.com/489206 tracks the experiment.
-inertVisualViewport initial=false
+# TODO(ymalik): Remove this setting once it is verified that inerting the
+# visual viewport by default doesn't cause any major breakage.
+inertVisualViewport initial=true
# The rubber-band overscroll effect is implemented in Blink and is being moved
# to the compositor thread. This will be set to true and eventually removed.

Powered by Google App Engine
This is Rietveld 408576698