| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index c8b48ed5dd405ef9117c53e97313369cb2371b36..b98460e9e4f1416a7c730acf64727b448fe1b151 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -61,6 +61,7 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
|
| if (base::FieldTrialList::FindFullName("NavigationTransitions") == "Enabled")
|
| WebRuntimeFeatures::enableNavigationTransitions(true);
|
| #else
|
| + WebRuntimeFeatures::enableCompositedSelectionUpdate(true);
|
| WebRuntimeFeatures::enableNavigatorContentUtils(true);
|
| #endif // defined(OS_ANDROID)
|
|
|
|
|