| Index: ui/gfx/switches.cc
|
| diff --git a/ui/gfx/switches.cc b/ui/gfx/switches.cc
|
| index 2441a1483f51854ba22de9034fcbe997bab364de..7c11c7335ed05b56e9d0962f28c33fde43dd922e 100644
|
| --- a/ui/gfx/switches.cc
|
| +++ b/ui/gfx/switches.cc
|
| @@ -12,15 +12,14 @@ namespace switches {
|
| const char kDisableArbitraryScaleFactorInImageSkia[] =
|
| "disable-arbitrary-scale-factor-in-image-skia";
|
|
|
| +// Disables the HarfBuzz port of RenderText on all platforms.
|
| +const char kDisableHarfBuzzRenderText[] = "disable-harfbuzz-rendertext";
|
| +
|
| // Let text glyphs have X-positions that aren't snapped to the pixel grid in
|
| // the browser UI.
|
| const char kEnableBrowserTextSubpixelPositioning[] =
|
| "enable-browser-text-subpixel-positioning";
|
|
|
| -// Uses the HarfBuzz port of RenderText on all platforms.
|
| -const char kEnableHarfBuzzRenderText[] =
|
| - "enable-harfbuzz-rendertext";
|
| -
|
| // Enable text glyphs to have X-positions that aren't snapped to the pixel grid
|
| // in webkit renderers.
|
| const char kEnableWebkitTextSubpixelPositioning[] =
|
|
|