| Index: Source/platform/fonts/FontCache.cpp
|
| diff --git a/Source/platform/fonts/FontCache.cpp b/Source/platform/fonts/FontCache.cpp
|
| index a030d4bef88591c5472924a2ae5bebb8c84e0b74..99fc13b34b1b14c466a790ac9b4c2f6b0e372da0 100644
|
| --- a/Source/platform/fonts/FontCache.cpp
|
| +++ b/Source/platform/fonts/FontCache.cpp
|
| @@ -66,6 +66,7 @@ static FontPlatformDataCache* gFontPlatformDataCache = 0;
|
|
|
| #if OS(WIN)
|
| bool FontCache::s_useDirectWrite = false;
|
| +IDWriteFactory* FontCache::s_directWriteFactory = 0;
|
| bool FontCache::s_useSubpixelPositioning = false;
|
| #endif // OS(WIN)
|
|
|
|
|