Index: Source/core/frame/Settings.in |
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
index 00d356207184c2ea4cdfdecf3082a9285e17a812..6bbb93d045ebb1a459ae32924c45023c92f269a4 100644 |
--- a/Source/core/frame/Settings.in |
+++ b/Source/core/frame/Settings.in |
@@ -224,6 +224,11 @@ pinchVirtualViewportEnabled initial=false |
useSolidColorScrollbars initial=false |
pinchOverlayScrollbarThickness type=int, initial=0 |
+# 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 |
+rubberBandingOnCompositorThread initial=false |
+ |
mainFrameClipsContent initial=true |