Chromium Code Reviews| 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*); |