| Index: ui/gfx/switches.cc
|
| diff --git a/ui/gfx/switches.cc b/ui/gfx/switches.cc
|
| index 2f2eb9a3b829150dd6f5a1e71f645d9b78148f11..9908cc3dcd5215af109b9966590f0e0897daebcb 100644
|
| --- a/ui/gfx/switches.cc
|
| +++ b/ui/gfx/switches.cc
|
| @@ -11,6 +11,10 @@ namespace switches {
|
| 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[] =
|
|
|