| Index: src/ports/SkFontConfigTypeface.h
|
| diff --git a/src/ports/SkFontConfigTypeface.h b/src/ports/SkFontConfigTypeface.h
|
| index b6f8797eb7c932c615a59348cdd4965e461194e4..f62d99d2f45acf5ce85e7b591f6a3ed01cd7091d 100644
|
| --- a/src/ports/SkFontConfigTypeface.h
|
| +++ b/src/ports/SkFontConfigTypeface.h
|
| @@ -65,6 +65,7 @@ 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;
|
|
|
|
|