| Index: third_party/WebKit/public/web/win/WebFontRendering.h | 
| diff --git a/third_party/WebKit/public/web/win/WebFontRendering.h b/third_party/WebKit/public/web/win/WebFontRendering.h | 
| index f1877f80205c8f1c3dc84fc9a124ea8bdad3a716..af4b1d4b2c136b05843741c6c69bd8a7e72c2be4 100644 | 
| --- a/third_party/WebKit/public/web/win/WebFontRendering.h | 
| +++ b/third_party/WebKit/public/web/win/WebFontRendering.h | 
| @@ -24,6 +24,8 @@ public: | 
| BLINK_EXPORT static void setStatusFontMetrics(const wchar_t* familyName, int32_t fontHeight); | 
| BLINK_EXPORT static void setLCDOrder(SkFontHost::LCDOrder); | 
| BLINK_EXPORT static void setLCDOrientation(SkFontHost::LCDOrientation); | 
| +    BLINK_EXPORT static void setAntialiasedTextEnabled(bool); | 
| +    BLINK_EXPORT static void setLCDTextEnabled(bool); | 
| }; | 
|  | 
| } // namespace blink | 
|  |