Index: include/ports/SkFontMgr.h |
=================================================================== |
--- include/ports/SkFontMgr.h (revision 10850) |
+++ include/ports/SkFontMgr.h (working copy) |
@@ -99,10 +99,7 @@ |
virtual SkTypeface* onCreateFromData(SkData*, int ttcIndex) = 0; |
virtual SkTypeface* onCreateFromStream(SkStream*, int ttcIndex) = 0; |
virtual SkTypeface* onCreateFromFile(const char path[], int ttcIndex) = 0; |
- |
- // TODO: make this pure-virtual once all ports know about it |
- virtual SkTypeface* onLegacyCreateTypeface(const char familyName[], |
- unsigned styleBits); |
+ virtual SkTypeface* onLegacyCreateTypeface(const char familyName[], unsigned styleBits) = 0; |
private: |
static SkFontMgr* Factory(); // implemented by porting layer |