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

Unified Diff: ui/gfx/switches.cc

Issue 726893005: Enable DirectWrite for font metrics and font rendering in Chrome UI on Windows by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 90813d079a6417769bcf6224e729665e2557e7e6..f36a1d5ac181e18e3f9f9f5d91ee22ae54391dba 100644
--- a/ui/gfx/switches.cc
+++ b/ui/gfx/switches.cc
@@ -24,8 +24,8 @@ const char kForceDeviceScaleFactor[] = "force-device-scale-factor";
// Disables the DirectWrite font rendering system on windows.
const char kDisableDirectWrite[] = "disable-direct-write";
-// Enables DirectWrite font rendering for general UI elements.
-const char kEnableDirectWriteForUI[] = "enable-directwrite-for-ui";
+// Disables DirectWrite font rendering for general UI elements.
+const char kDisableDirectWriteForUI[] = "disable-directwrite-for-ui";
sky 2014/11/17 15:44:16 Do we really need both DisableDirectWrite and Disa
#endif
} // namespace switches
« 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