Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index ae965eb8ec154b285d0a7ce11db34b47d976d5d8..4c15541dff83c991765f493672363c2c7be74e57 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -143,12 +143,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(switches::kDisableFastTextAutosizing)) |
WebRuntimeFeatures::enableFastTextAutosizing(false); |
- if (command_line.HasSwitch(switches::kDisableRepaintAfterLayout)) |
- WebRuntimeFeatures::enableRepaintAfterLayout(false); |
- |
- if (command_line.HasSwitch(switches::kEnableRepaintAfterLayout)) |
- WebRuntimeFeatures::enableRepaintAfterLayout(true); |
- |
if (command_line.HasSwitch(switches::kEnableTargetedStyleRecalc)) |
WebRuntimeFeatures::enableTargetedStyleRecalc(true); |