| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 9058f1cff553b8c099f1acaa328f870930ad2986..3b23fe2ef66216bdebbd72b05d2fea2405a485b5 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -347,7 +347,7 @@ const char kEnableDistanceFieldText[] = "enable-distance-field-text";
|
| const char kEnablePreferCompositingToLCDText[] =
|
| "enable-prefer-compositing-to-lcd-text";
|
|
|
| -// Disable one or more Blink runtime-enabled features.
|
| +// Enable one or more Blink runtime-enabled features.
|
| // Use names from RuntimeEnabledFeatures.in, separated by commas.
|
| // Applied before kDisableBlinkFeatures, and after other flags that change these
|
| // features.
|
|
|