| Index: Source/platform/fonts/skia/FontCacheSkia.cpp
|
| diff --git a/Source/platform/fonts/skia/FontCacheSkia.cpp b/Source/platform/fonts/skia/FontCacheSkia.cpp
|
| index 9b9f9503c346263b1601d12163b24b1fbedb5c54..78081c995efe5aa395077b54c82fb07c810a1319 100644
|
| --- a/Source/platform/fonts/skia/FontCacheSkia.cpp
|
| +++ b/Source/platform/fonts/skia/FontCacheSkia.cpp
|
| @@ -142,7 +142,7 @@ PassRefPtr<SkTypeface> FontCache::createTypeface(const FontDescription& fontDesc
|
| style |= SkTypeface::kItalic;
|
|
|
| // FIXME: Use SkFontStyle and matchFamilyStyle instead of legacyCreateTypeface.
|
| -#if OS(WIN) && !ENABLE(GDI_FONTS_ON_WINDOWS)
|
| +#if OS(WIN)
|
| if (m_fontManager)
|
| return adoptRef(m_fontManager->legacyCreateTypeface(name.data(), style));
|
| #endif
|
|
|