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