| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 16519271659aba77bcdb6b0ec0b74cc659797715..ac5e5a16e824f06864033821b378bf7a6463dcff 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)
|
|
|
|
|