Changeset 88371 in webkit
- Timestamp:
- Jun 8, 2011, 12:41:55 PM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r88367 r88371 1 2011-06-08 Kevin Ollivier <kevino@theolliviers.com> 2 3 [wx] Build fix after introduction of FontCache::ShouldRetain 4 5 * platform/graphics/wx/FontCacheWx.cpp: 6 (WebCore::FontCache::getFontDataForCharacters): 7 1 8 2011-06-08 Sheriff Bot <webkit.review.bot@gmail.com> 2 9 -
trunk/Source/WebCore/platform/graphics/wx/FontCacheWx.cpp
r88260 r88371 43 43 { 44 44 SimpleFontData* fontData = 0; 45 fontData = getCachedFontData(font.fontDescription(), font.family().family(), false, false);45 fontData = getCachedFontData(font.fontDescription(), font.family().family(), false, DoNotRetain); 46 46 if (!fontData->containsCharacters(characters, length)) 47 47 fontData = getSimilarFontPlatformData(font);
Note:
See TracChangeset
for help on using the changeset viewer.