Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Unified Diff: ui/gfx/switches.cc

Issue 419753002: Prepare to enable RenderTextHarfBuzz by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reorder definition Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/switches.cc
diff --git a/ui/gfx/switches.cc b/ui/gfx/switches.cc
index 2441a1483f51854ba22de9034fcbe997bab364de..6f3da80120f23afa4cbb073c34f158a172f845be 100644
--- a/ui/gfx/switches.cc
+++ b/ui/gfx/switches.cc
@@ -12,14 +12,16 @@ 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";
+// Enables 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.
« no previous file with comments | « ui/gfx/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698