| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 0e826cd2d3cfb1bb4f0921626b07eb9ceaf52ba4..65c96752ac7c9c37aa85c2f6722d51e7dd7bfb67 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -165,9 +165,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (ui::IsOverlayScrollbarEnabled())
|
| WebRuntimeFeatures::enableOverlayScrollbars(true);
|
|
|
| - if (command_line.HasSwitch(switches::kEnableTargetedStyleRecalc))
|
| - WebRuntimeFeatures::enableTargetedStyleRecalc(true);
|
| -
|
| if (command_line.HasSwitch(switches::kEnableBleedingEdgeRenderingFastPaths))
|
| WebRuntimeFeatures::enableBleedingEdgeFastPaths(true);
|
|
|
|
|