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

Unified Diff: Source/platform/LayoutTestSupport.h

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 | « no previous file | Source/platform/LayoutTestSupport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/LayoutTestSupport.h
diff --git a/Source/platform/LayoutTestSupport.h b/Source/platform/LayoutTestSupport.h
index caec54d917d25543ae82408a28ae77df7648eab0..be46147d6a91d5374a381b19fb9dd0dc3eb9d042 100644
--- a/Source/platform/LayoutTestSupport.h
+++ b/Source/platform/LayoutTestSupport.h
@@ -37,8 +37,8 @@ namespace WebCore {
PLATFORM_EXPORT bool isRunningLayoutTest();
PLATFORM_EXPORT void setIsRunningLayoutTest(bool);
-PLATFORM_EXPORT bool isFontSmoothingEnabledForTest();
-PLATFORM_EXPORT void setFontSmoothingEnabledForTest(bool);
+PLATFORM_EXPORT bool isFontAntialiasingEnabledForTest();
+PLATFORM_EXPORT void setFontAntialiasingEnabledForTest(bool);
} // namespace WebCore
« no previous file with comments | « no previous file | Source/platform/LayoutTestSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698