| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 10faf40ec121f019b0b2b6ad81b3320618a1a6bb..0cf17f3b831e249bcf8f22909b1d31605ba02814 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -317,9 +317,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (base::FeatureList::IsEnabled(features::kGamepadExtensions))
|
| WebRuntimeFeatures::enableGamepadExtensions(true);
|
|
|
| - if (!base::FeatureList::IsEnabled(features::kCompositeOpaqueFixedPosition))
|
| + if (base::FeatureList::IsEnabled(features::kCompositeOpaqueFixedPosition))
|
| WebRuntimeFeatures::enableFeatureFromString("CompositeOpaqueFixedPosition",
|
| - false);
|
| + true);
|
|
|
| if (!base::FeatureList::IsEnabled(features::kCompositeOpaqueScrollers))
|
| WebRuntimeFeatures::enableFeatureFromString("CompositeOpaqueScrollers",
|
|
|