Chromium Code Reviews| 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. |