| Index: Source/platform/fonts/FontCache.cpp
|
| diff --git a/Source/platform/fonts/FontCache.cpp b/Source/platform/fonts/FontCache.cpp
|
| index f8a724c0e934331c6aba99a3a4eaf9f77604ad1c..7fc75a11cc791e3a9504993dca73c6fc42523c0d 100644
|
| --- a/Source/platform/fonts/FontCache.cpp
|
| +++ b/Source/platform/fonts/FontCache.cpp
|
| @@ -69,6 +69,7 @@ static FontPlatformDataCache* gFontPlatformDataCache = 0;
|
| bool FontCache::s_useDirectWrite = false;
|
| IDWriteFactory* FontCache::s_directWriteFactory = 0;
|
| bool FontCache::s_useSubpixelPositioning = false;
|
| +float FontCache::s_deviceScaleFactor = 1.0;
|
| #endif // OS(WIN)
|
|
|
| FontCache* FontCache::fontCache()
|
|
|