| Index: third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
|
| diff --git a/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm b/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
|
| index 629b7eb5898546dfbd79361cc4096463330f4658..159b06d13701e6a03587a590996a767f72aec3d0 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
|
| +++ b/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
|
| @@ -96,6 +96,8 @@ static inline bool isAppKitFontWeightBold(NSInteger appKitFontWeight)
|
| return appKitFontWeight >= 7;
|
| }
|
|
|
| +void FontCache::acceptLanguagesChanged(const String&) {}
|
| +
|
| PassRefPtr<SimpleFontData> FontCache::fallbackFontForCharacter(const FontDescription& fontDescription, UChar32 character, const SimpleFontData* fontDataToSubstitute)
|
| {
|
| // FIXME: We should fix getFallbackFamily to take a UChar32
|
|
|