Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 3dd2ad3a801cc0317162dfa45e736bdd0b730ac6..1b471c07c37f0bbec9816152452e86adf3a15e1e 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -48,6 +48,7 @@ static void SetRuntimeFeatureDefaultsForPlatform() { |
WebRuntimeFeatures::enableNavigatorContentUtils(false); |
WebRuntimeFeatures::enableTouchIconLoading(true); |
WebRuntimeFeatures::enableOrientationEvent(true); |
+ WebRuntimeFeatures::enableFastMobileScrolling(true); |
#else |
WebRuntimeFeatures::enableNavigatorContentUtils(true); |
#endif // defined(OS_ANDROID) |