| Index: src/ports/SkFontConfigTypeface.h | 
| diff --git a/src/ports/SkFontConfigTypeface.h b/src/ports/SkFontConfigTypeface.h | 
| index c7d8e26032b3b6baac0743edb283efc172f545ff..fcbc16f3c02cc7cc74452556a47d10fbc2ab6aed 100644 | 
| --- a/src/ports/SkFontConfigTypeface.h | 
| +++ b/src/ports/SkFontConfigTypeface.h | 
| @@ -66,9 +66,9 @@ protected: | 
| SkSafeRef(localStream); | 
| } | 
|  | 
| -    virtual void onGetFamilyName(SkString* familyName) const SK_OVERRIDE; | 
| -    virtual void onGetFontDescriptor(SkFontDescriptor*, bool*) const SK_OVERRIDE; | 
| -    virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE; | 
| +    void onGetFamilyName(SkString* familyName) const SK_OVERRIDE; | 
| +    void onGetFontDescriptor(SkFontDescriptor*, bool*) const SK_OVERRIDE; | 
| +    SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE; | 
|  | 
| private: | 
| typedef SkTypeface_FreeType INHERITED; | 
|  |