Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index d7b6c4a0842c5daed2e4f5b79836918a3a1b56b9..e075a2d80338a2b51b3c2bb5d20c6900144a40ab 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -140,6 +140,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(switches::kEnableInputModeAttribute)) |
WebRuntimeFeatures::enableInputModeAttribute(true); |
+ |
+ if (command_line.HasSwitch(switches::kEnableFastTextAutosizing)) |
+ WebRuntimeFeatures::enableFastTextAutosizing(true); |
} |
} // namespace content |