| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index f9e44a9d7bf625de0f795bcb4384a472c1eaf037..3208e7b87de3686a052e4f1ece167de66200657b 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -239,6 +239,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (base::FeatureList::IsEnabled(features::kPassiveDocumentEventListeners))
|
| WebRuntimeFeatures::enablePassiveDocumentEventListeners(true);
|
|
|
| + if (base::FeatureList::IsEnabled(features::kPassiveEventListenersDueToFling))
|
| + WebRuntimeFeatures::enablePassiveEventListenersDueToFling(true);
|
| +
|
| WebRuntimeFeatures::enableFeatureFromString(
|
| "FontCacheScaling",
|
| base::FeatureList::IsEnabled(features::kFontCacheScaling));
|
|
|