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

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: Fixed overrides in TouchHandleDrawableAura Created 5 years, 11 months 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 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)

Powered by Google App Engine
This is Rietveld 408576698