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

Unified Diff: public/web/WebKit.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: 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 | « Tools/Scripts/webkitpy/layout_tests/port/base.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebKit.h
diff --git a/public/web/WebKit.h b/public/web/WebKit.h
index 61dcdfdcb845991d9e948d033ce13202e9970da6..fedf1ff61702b85021d9d8d58ddbd0326efc92ce 100644
--- a/public/web/WebKit.h
+++ b/public/web/WebKit.h
@@ -75,8 +75,8 @@ BLINK_EXPORT void setLayoutTestMode(bool);
BLINK_EXPORT bool layoutTestMode();
// Alters the rendering of fonts for layout tests.
-BLINK_EXPORT void setFontSmoothingEnabledForTest(bool);
-BLINK_EXPORT bool fontSmoothingEnabledForTest();
+BLINK_EXPORT void setFontAntialiasingEnabledForTest(bool);
+BLINK_EXPORT bool fontAntialiasingEnabledForTest();
abarth-chromium 2014/04/28 17:42:27 We could move these input public/platform now that
// Enables the named log channel. See WebCore/platform/Logging.h for details.
BLINK_EXPORT void enableLogChannel(const char*);
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/base.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698