| Index: third_party/WebKit/Source/web/win/WebFontRendering.cpp
|
| diff --git a/third_party/WebKit/Source/web/win/WebFontRendering.cpp b/third_party/WebKit/Source/web/win/WebFontRendering.cpp
|
| index fe597f3ee5cd739b75dae7e8d8840ad0caafa321..c02d59d145eac7499f8a6fe4277b5066425ddf86 100644
|
| --- a/third_party/WebKit/Source/web/win/WebFontRendering.cpp
|
| +++ b/third_party/WebKit/Source/web/win/WebFontRendering.cpp
|
| @@ -63,4 +63,16 @@ void WebFontRendering::setLCDOrientation(SkFontHost::LCDOrientation orientation)
|
| SkFontHost::SetSubpixelOrientation(orientation);
|
| }
|
|
|
| +// static
|
| +void WebFontRendering::setAntialiasedTextEnabled(bool enabled)
|
| +{
|
| + FontCache::setAntialiasedTextEnabled(enabled);
|
| +}
|
| +
|
| +// static
|
| +void WebFontRendering::setLCDTextEnabled(bool enabled)
|
| +{
|
| + FontCache::setLCDTextEnabled(enabled);
|
| +}
|
| +
|
| } // namespace blink
|
|
|