Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: Source/platform/fonts/win/FontCacheSkiaWin.cpp

Issue 235753003: Don't use default GDI SkFontMgr in getFontFamilyForScript (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/platform/fonts/win/FontCacheSkiaWin.cpp
diff --git a/Source/platform/fonts/win/FontCacheSkiaWin.cpp b/Source/platform/fonts/win/FontCacheSkiaWin.cpp
index 8f1ae21f65091c601becef20ebf005374fe6b56b..dbee418b855ab0d189da9c26bf918cbdbba56f16 100644
--- a/Source/platform/fonts/win/FontCacheSkiaWin.cpp
+++ b/Source/platform/fonts/win/FontCacheSkiaWin.cpp
@@ -122,7 +122,8 @@ PassRefPtr<SimpleFontData> FontCache::platformFallbackForCharacter(const FontDes
UScriptCode script;
const wchar_t* family = getFallbackFamily(character,
fontDescription.genericFamily(),
- &script);
+ &script,
+ m_fontManager.get());
FontPlatformData* data = 0;
if (family)
data = getFontPlatformData(fontDescription, AtomicString(family, wcslen(family)));
« no previous file with comments | « no previous file | Source/platform/fonts/win/FontFallbackWin.h » ('j') | Source/platform/fonts/win/FontFallbackWin.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698