Chromium Code Reviews| Index: Source/core/frame/Settings.in |
| diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
| index 18b37391a5f3d2570de3b2276d07986f3f04bfae..39f3ff33834fc4996b3e0093c7cd2e99e507ae7a 100644 |
| --- a/Source/core/frame/Settings.in |
| +++ b/Source/core/frame/Settings.in |
| @@ -238,6 +238,10 @@ pinchOverlayScrollbarThickness type=int, initial=0 |
| # generated scrolls like "scroll into view". |
| invertViewportScrollOrder initial=false |
| +# Experiment to have all APIs reflect the layout viewport. |
| +# crbug.com/489206 tracks the experiment. |
| +scrollLayoutViewport initial=false |
|
bokan
2015/09/21 16:49:12
The name is somewhat misleading. I would call it s
ymalik (do not use)
2015/09/21 20:35:50
Done. Thanks, I was struggling with the name for t
|
| + |
| # 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. |
| # crbug.com/133097 |