| Index: sky/engine/core/frame/Settings.in
|
| diff --git a/sky/engine/core/frame/Settings.in b/sky/engine/core/frame/Settings.in
|
| index d599d3d8ca4a11277601f2962f74e54f21a4831a..472bd6aae5d7ecc1c902fdacce4af61eef623116 100644
|
| --- a/sky/engine/core/frame/Settings.in
|
| +++ b/sky/engine/core/frame/Settings.in
|
| @@ -146,15 +146,7 @@ forceZeroLayoutHeight initial=false, invalidate=ViewportDescription
|
| # crbug.com/304873 tracks removal once it's been enabled on all platforms.
|
| touchEditingEnabled initial=false
|
|
|
| -# Settings for experimental desktop pinch-zoom support (with semantics
|
| -# optimized for large screens). Pinch-zoom generally is implemented mainly
|
| -# outside of blink (in the compositor) and doesn't require any settings.
|
| -# These settings are for an experimental modification to how pinch-zoom
|
| -# behaves. TODO(wjmaclean): link to design document.
|
| -# crbug.com/304869 tracks removal.
|
| -pinchVirtualViewportEnabled initial=false
|
| useSolidColorScrollbars initial=true
|
| -pinchOverlayScrollbarThickness type=int, initial=0
|
|
|
| mainFrameClipsContent initial=true
|
|
|
|
|