| Index: src/ports/SkFontHost_FreeType_common.h
|
| diff --git a/src/ports/SkFontHost_FreeType_common.h b/src/ports/SkFontHost_FreeType_common.h
|
| index c0f2dc75538ac3ef3718423fde951e17575a44ee..0021dfdd80267c1dfb750bf89aeab5f31aab72c9 100644
|
| --- a/src/ports/SkFontHost_FreeType_common.h
|
| +++ b/src/ports/SkFontHost_FreeType_common.h
|
| @@ -59,7 +59,8 @@ protected:
|
| SkAdvancedTypefaceMetrics::PerGlyphInfo,
|
| const uint32_t*, uint32_t) const SK_OVERRIDE;
|
| virtual int onGetUPEM() const SK_OVERRIDE;
|
| -
|
| + virtual bool onGetKerningPairAdjustments(const uint16_t glyphs[], int count,
|
| + int32_t adjustments[]) const SK_OVERRIDE;
|
| virtual int onCharsToGlyphs(const void* chars, Encoding, uint16_t glyphs[],
|
| int glyphCount) const SK_OVERRIDE;
|
| virtual int onCountGlyphs() const SK_OVERRIDE;
|
|
|