| Index: trunk/src/ports/SkFontHost_freetype_mac.cpp
|
| ===================================================================
|
| --- trunk/src/ports/SkFontHost_freetype_mac.cpp (revision 8166)
|
| +++ trunk/src/ports/SkFontHost_freetype_mac.cpp (working copy)
|
| @@ -93,8 +93,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"
|
|
|