| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 29adfca27e393b2c6634318862e28adbfe727f44..7c1e8326c02641076e5638bf33394b0fea9f5e2d 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -249,6 +249,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kEnableSlimmingPaintV2))
|
| WebRuntimeFeatures::enableSlimmingPaintV2(true);
|
|
|
| + if (command_line.HasSwitch(switches::kEnableSlimmingPaintInvalidation))
|
| + WebRuntimeFeatures::enableSlimmingPaintInvalidation(true);
|
| +
|
| if (base::FeatureList::IsEnabled(features::kDocumentWriteEvaluator))
|
| WebRuntimeFeatures::enableDocumentWriteEvaluator(true);
|
|
|
|
|