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

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

Issue 302993003: Route selection bounds updates through WebLayerTreeView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Factor common logic to RenderLayerCompositor Created 6 years, 6 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 20b73637afde212f87d25818faa6990878ddbf8d..9e02901b630265ab970c593c361488bfb5a1ab8d 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -207,6 +207,10 @@ wideViewportQuirkEnabled initial=false
# crbug.com/304873 tracks removal once it's been enabled on all platforms.
touchEditingEnabled initial=false
+# Used for composited selection handle positioning and visibility testing.
+# See http://crbug.com/135959
+compositedSelectionUpdatesEnabled initial=false
abarth-chromium 2014/06/13 21:38:14 This should be a runtime-enabled feature rather th
jdduke (slow) 2014/06/24 18:22:07 Done.
+
# 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.

Powered by Google App Engine
This is Rietveld 408576698