Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(834)

Unified Diff: Source/core/frame/Settings.in

Issue 134443003: Implement CSSOM Smooth Scroll API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698