Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 37db692dac07f3e50c0305f6d8339174858879f8..760ed983caa888b57cf170c1b39ff0be2bfdb88d 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -179,6 +179,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
WebRuntimeFeatures::enableWebFontsInterventionTrigger(true); |
} |
+ if (base::FeatureList::IsEnabled(features::kScrollAnchoring)) |
+ WebRuntimeFeatures::enableScrollAnchoring(true); |
+ |
if (command_line.HasSwitch(switches::kEnableSlimmingPaintV2)) |
WebRuntimeFeatures::enableSlimmingPaintV2(true); |