Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1120)

Unified Diff: content/child/runtime_features.cc

Issue 698253004: Reland: Implement Aura side of unified touch text selection for contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698