Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 0d1615eb2980ecbf49c1d40da60b9fb5bf4d4f1b..1f212f92450346d45a833a3ef36c88e73ea9f5c1 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) |