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

Unified Diff: ui/gfx/switches.h

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
Index: ui/gfx/switches.h
diff --git a/ui/gfx/switches.h b/ui/gfx/switches.h
index e85dabfc474d5b85c8263dec0637488ea1d2779a..221decaeed342e5c8eb90cd7f54ae2340ad4f484 100644
--- a/ui/gfx/switches.h
+++ b/ui/gfx/switches.h
@@ -18,7 +18,7 @@ GFX_EXPORT extern const char kForceDeviceScaleFactor[];
#if defined(OS_WIN)
GFX_EXPORT extern const char kDisableDirectWrite[];
-GFX_EXPORT extern const char kEnableDirectWriteForUI[];
+GFX_EXPORT extern const char kDisableDirectWriteForUI[];
#endif
} // namespace switches
« no previous file with comments | « content/browser/browser_main_runner.cc ('k') | ui/gfx/switches.cc » ('j') | ui/gfx/switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698