| Index: Source/platform/fonts/FontCache.cpp
|
| diff --git a/Source/platform/fonts/FontCache.cpp b/Source/platform/fonts/FontCache.cpp
|
| index e317cddfd489c3263029d2ee95b6df4a4458a8f8..a030d4bef88591c5472924a2ae5bebb8c84e0b74 100644
|
| --- a/Source/platform/fonts/FontCache.cpp
|
| +++ b/Source/platform/fonts/FontCache.cpp
|
| @@ -64,6 +64,11 @@ typedef HashMap<FontCacheKey, OwnPtr<FontPlatformData>, FontCacheKeyHash, FontCa
|
|
|
| static FontPlatformDataCache* gFontPlatformDataCache = 0;
|
|
|
| +#if OS(WIN)
|
| +bool FontCache::s_useDirectWrite = false;
|
| +bool FontCache::s_useSubpixelPositioning = false;
|
| +#endif // OS(WIN)
|
| +
|
| FontCache* FontCache::fontCache()
|
| {
|
| DEFINE_STATIC_LOCAL(FontCache, globalFontCache, ());
|
|
|