| 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 f3835c939a3b35fa999455885e42dadff19555c5..13b686e755c6d37fcfb2f22b6c7e27c30a180d33 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.in
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.in
|
| @@ -231,6 +231,11 @@
|
| useSolidColorScrollbars initial=false
|
| pinchOverlayScrollbarThickness type=int, initial=0
|
|
|
| +# Experiment to invert the scroll order of the layout and visual viewports
|
| +# in some circumstances. Namely, during a pinch-zoom gesture and browser
|
| +# generated scrolls like "scroll into view".
|
| +invertViewportScrollOrder initial=false
|
| +
|
| # Experiment to have all APIs reflect the layout viewport.
|
| # crbug.com/489206 tracks the experiment.
|
| inertVisualViewport initial=true
|
|
|