| Index: ui/gfx/switches.cc
|
| diff --git a/ui/gfx/switches.cc b/ui/gfx/switches.cc
|
| index 38bf11e6581fe7e43e3272dc848e22769204cd5e..c8678d416b682b9fcaa495052667cba6fb8bc07f 100644
|
| --- a/ui/gfx/switches.cc
|
| +++ b/ui/gfx/switches.cc
|
| @@ -22,6 +22,10 @@ const char kDisallowArbitraryScaleFactorInImageSkia[] =
|
| 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[] =
|
|
|