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

Unified Diff: Source/platform/fonts/win/FontPlatformDataWin.cpp

Issue 258953005: Renaming --enable-font-smoothing cmd line argument to --enable-font-antialiasing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Preparing for landing this as a 4 sided patch Created 6 years, 8 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 | « Source/platform/LayoutTestSupport.cpp ('k') | Source/web/WebKit.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/win/FontPlatformDataWin.cpp
diff --git a/Source/platform/fonts/win/FontPlatformDataWin.cpp b/Source/platform/fonts/win/FontPlatformDataWin.cpp
index d9c09658cf3433067c52076813ae17951f267011..060e527bdb133badf8c73f8a6bb1cbbf62fc5796 100644
--- a/Source/platform/fonts/win/FontPlatformDataWin.cpp
+++ b/Source/platform/fonts/win/FontPlatformDataWin.cpp
@@ -112,7 +112,7 @@ static bool isWebFont(const String& familyName)
static int computePaintTextFlags(String fontFamilyName)
{
if (isRunningLayoutTest())
- return isFontSmoothingEnabledForTest() ? SkPaint::kAntiAlias_Flag : 0;
+ return isFontAntialiasingEnabledForTest() ? SkPaint::kAntiAlias_Flag : 0;
int textFlags = getSystemTextFlags();
« no previous file with comments | « Source/platform/LayoutTestSupport.cpp ('k') | Source/web/WebKit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698