| Index: third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.cpp b/third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| index 7ecd3eb5cccdecdbc28c1801bb4dfde592039525..29b184198ae71ce804bb47a3fdb79ec82ced6062 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| @@ -78,7 +78,6 @@ SkFontMgr* FontCache::s_fontManager = nullptr;
|
| #if OS(WIN)
|
| bool FontCache::s_antialiasedTextEnabled = false;
|
| bool FontCache::s_lcdTextEnabled = false;
|
| -bool FontCache::s_useSubpixelPositioning = false;
|
| float FontCache::s_deviceScaleFactor = 1.0;
|
| bool FontCache::s_useSkiaFontFallback = false;
|
| #endif // OS(WIN)
|
|
|