| 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 c02d59d145eac7499f8a6fe4277b5066425ddf86..0dfeee48243ae8ad7316a2b5da20e1d425a10b5e 100644
|
| --- a/third_party/WebKit/Source/web/win/WebFontRendering.cpp
|
| +++ b/third_party/WebKit/Source/web/win/WebFontRendering.cpp
|
| @@ -75,4 +75,10 @@ void WebFontRendering::setLCDTextEnabled(bool enabled)
|
| FontCache::setLCDTextEnabled(enabled);
|
| }
|
|
|
| +// static
|
| +void WebFontRendering::setUseSkiaFontFallback(bool useSkiaFontFallback)
|
| +{
|
| + FontCache::setUseSkiaFontFallback(useSkiaFontFallback);
|
| +}
|
| +
|
| } // namespace blink
|
|
|