Index: trunk/src/core/SkPaint.cpp |
=================================================================== |
--- trunk/src/core/SkPaint.cpp (revision 8138) |
+++ trunk/src/core/SkPaint.cpp (working copy) |
@@ -1655,7 +1655,7 @@ |
they can modify our rec up front, so we don't create duplicate cache |
entries. |
*/ |
- SkFontHost::FilterRec(rec, typeface); |
+ typeface->onFilterRec(rec); |
// be sure to call PostMakeRec(rec) before you actually use it! |
} |