| Index: public/web/WebKit.h
|
| diff --git a/public/web/WebKit.h b/public/web/WebKit.h
|
| index 61dcdfdcb845991d9e948d033ce13202e9970da6..b4b7b9eb87b9c5f998eb237ec6b86d5e614230ca 100644
|
| --- a/public/web/WebKit.h
|
| +++ b/public/web/WebKit.h
|
| @@ -75,6 +75,9 @@ BLINK_EXPORT void setLayoutTestMode(bool);
|
| BLINK_EXPORT bool layoutTestMode();
|
|
|
| // Alters the rendering of fonts for layout tests.
|
| +BLINK_EXPORT void setFontAntialiasingEnabledForTest(bool);
|
| +BLINK_EXPORT bool fontAntialiasingEnabledForTest();
|
| +// FIXME(dro): Remove after Chromium side change landed.
|
| BLINK_EXPORT void setFontSmoothingEnabledForTest(bool);
|
| BLINK_EXPORT bool fontSmoothingEnabledForTest();
|
|
|
|
|