Changeset 88371 in webkit


Ignore:
Timestamp:
Jun 8, 2011, 12:41:55 PM (14 years ago)
Author:
kevino@webkit.org
Message:

[wx] Build fix after introduction of FontCache::ShouldRetain.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r88367 r88371  
     12011-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
    182011-06-08  Sheriff Bot  <webkit.review.bot@gmail.com>
    29
  • trunk/Source/WebCore/platform/graphics/wx/FontCacheWx.cpp

    r88260 r88371  
    4343{
    4444    SimpleFontData* fontData = 0;
    45     fontData = getCachedFontData(font.fontDescription(), font.family().family(), false, false);
     45    fontData = getCachedFontData(font.fontDescription(), font.family().family(), false, DoNotRetain);
    4646    if (!fontData->containsCharacters(characters, length))
    4747        fontData = getSimilarFontPlatformData(font);
Note: See TracChangeset for help on using the changeset viewer.