| Index: src/ports/SkFontConfigInterface_direct.cpp | 
| diff --git a/src/ports/SkFontConfigInterface_direct.cpp b/src/ports/SkFontConfigInterface_direct.cpp | 
| index 039d8689ee11c658fe7b6b3c14eb69df77233681..124ca2a907cc633fded9f4b4fbb8d03f10cff775 100644 | 
| --- a/src/ports/SkFontConfigInterface_direct.cpp | 
| +++ b/src/ports/SkFontConfigInterface_direct.cpp | 
| @@ -112,10 +112,10 @@ public: | 
| FontIdentity* outFontIdentifier, | 
| SkString* outFamilyName, | 
| SkTypeface::Style* outStyle) SK_OVERRIDE; | 
| -    virtual SkStream* openStream(const FontIdentity&) SK_OVERRIDE; | 
| +    SkStream* openStream(const FontIdentity&) SK_OVERRIDE; | 
|  | 
| // new APIs | 
| -    virtual SkDataTable* getFamilyNames() SK_OVERRIDE; | 
| +    SkDataTable* getFamilyNames() SK_OVERRIDE; | 
| virtual bool matchFamilySet(const char inFamilyName[], | 
| SkString* outFamilyName, | 
| SkTArray<FontIdentity>*) SK_OVERRIDE; | 
|  |