[Webkit-unassigned] [Bug 38701] [chromium] don't call fontconfig twice in complex text path
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 3 14:21:26 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=38701
--- Comment #18 from Evan Martin <evan at chromium.org> 2010-08-03 14:21:26 PST ---
I feel like this global:
static SkTypeface* gTypefaceForChars = 0;
is kind of a hack.
I worry that there is a code path where we call ::getFontDataForCharacters once, set gTypefaceForChars to value A, then call ::getFontDataForCharacters again and set it to value B, then call ::createFontPlatformData with the info in A and get B back from the global.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list