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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/base.py

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: 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
Index: Tools/Scripts/webkitpy/layout_tests/port/base.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
index f7b4c5ba67ebccf4c8c317a7bf4ae226c8bc3cd4..c4411b01653a5ac2d02e66a5fa699af88f88a6af 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1600,7 +1600,7 @@ class Port(object):
['--enable-webkit-text-subpixel-positioning']),
VirtualTestSuite('windows-directwrite',
'fast/text',
- ['--enable-direct-write', '--enable-font-smoothing']),
+ ['--enable-direct-write', '--enable-font-antialiasing']),
]
@memoized
« no previous file with comments | « Source/web/WebKit.cpp ('k') | public/web/WebKit.h » ('j') | public/web/WebKit.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698