| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 65c96752ac7c9c37aa85c2f6722d51e7dd7bfb67..5213529cceb0a5c6332a40d10c1b164db97a6916 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -57,6 +57,7 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
|
| WebRuntimeFeatures::enableOrientationEvent(true);
|
| WebRuntimeFeatures::enableFastMobileScrolling(true);
|
| WebRuntimeFeatures::enableMediaCapture(true);
|
| + WebRuntimeFeatures::enableCompositedSelectionUpdate(true);
|
| // If navigation transitions gets activated via field trial, enable it in
|
| // blink. We don't set this to false in case the user has manually enabled
|
| // the feature via experimental web platform features.
|
|
|