Changeset 196969 in webkit for trunk/Source/WebCore/css/CSSFontFaceSource.cpp
- Timestamp:
- Feb 22, 2016, 11:17:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSFontFaceSource.cpp
r196835 r196969 138 138 // We're local. Just return a Font from the normal cache. 139 139 // We don't want to check alternate font family names here, so pass true as the checkingAlternateName parameter. 140 return FontCache::singleton().fontForFamily(fontDescription, m_familyNameOrURI, true);140 return FontCache::singleton().fontForFamily(fontDescription, m_familyNameOrURI, &fontFaceFeatures, &fontFaceVariantSettings, true); 141 141 } 142 142
Note:
See TracChangeset
for help on using the changeset viewer.