| 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 cb658d8ea73e321e4fc0fde0965d6e2251c63a4c..8826224d0d6029d3b79d775bc24814013f020715 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| @@ -74,6 +74,8 @@ static FallbackListShaperCache* gFallbackListShaperCache = nullptr;
|
|
|
| #if OS(WIN)
|
| bool FontCache::s_useDirectWrite = false;
|
| +bool FontCache::s_antialiasedTextEnabled = false;
|
| +bool FontCache::s_lcdTextEnabled = false;
|
| SkFontMgr* FontCache::s_fontManager = nullptr;
|
| bool FontCache::s_useSubpixelPositioning = false;
|
| float FontCache::s_deviceScaleFactor = 1.0;
|
|
|