| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index e735f5f1a8fe648d250354ad41333efb876ab56c..169a1a0b49f19c3b481572cffaa38568348a1ed7 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -232,6 +232,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (base::FeatureList::IsEnabled(features::kPointerEvents))
|
| WebRuntimeFeatures::enableFeatureFromString("PointerEvent", true);
|
|
|
| + WebRuntimeFeatures::enablePassiveDocumentEventListeners(
|
| + base::FeatureList::IsEnabled(features::kPassiveDocumentEventListeners));
|
| +
|
| WebRuntimeFeatures::enableFeatureFromString(
|
| "FontCacheScaling",
|
| base::FeatureList::IsEnabled(features::kFontCacheScaling));
|
|
|