Index: Source/core/frame/Settings.in |
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
index 5dbb12a52b59ccf7713c0f19d6eee2b2bc9ac0c6..fd23b34e177856548015a1160a78e41a76029c62 100644 |
--- a/Source/core/frame/Settings.in |
+++ b/Source/core/frame/Settings.in |
@@ -296,3 +296,8 @@ scriptEnabled initial=false, invalidate=ScriptEnable |
# multiplied by the font scale factor when performing text autosizing of |
# websites that do not set an explicit viewport description. |
deviceScaleAdjustment type=double, initial=1.0, invalidate=TextAutosizing |
+ |
+# FIXME: Compositor-driven scroll animations only work when we have a |
+# compositor thread. This flag can be removed once all renderers use threaded |
+# compositing. (crbug.com/243871) |
+compositorDrivenScrollAnimationsEnabled initial=false |