Index: src/ports/SkFontHost_freetype_mac.cpp |
=================================================================== |
--- src/ports/SkFontHost_freetype_mac.cpp (revision 8224) |
+++ src/ports/SkFontHost_freetype_mac.cpp (working copy) |
@@ -96,8 +96,8 @@ |
return NULL; |
} |
-SkFontID SkFontHost::NextLogicalFont(SkFontID currFontID, SkFontID origFontID) { |
- return 0; |
+SkTypeface* SkFontHost::NextLogicalTypeface(SkFontID currFontID, SkFontID origFontID) { |
+ return NULL; |
} |
#include "SkTypeface_mac.h" |