| Index: src/core/SkTypeface.cpp
|
| ===================================================================
|
| --- src/core/SkTypeface.cpp (revision 8224)
|
| +++ src/core/SkTypeface.cpp (working copy)
|
| @@ -152,16 +152,6 @@
|
| return upem;
|
| }
|
|
|
| -// TODO: move this impl into the subclass
|
| -SkScalerContext* SkTypeface::onCreateScalerContext(const SkDescriptor* desc) const {
|
| - return SkFontHost::CreateScalerContext(desc);
|
| -}
|
| -
|
| -// TODO: move this impl into the subclass
|
| -void SkTypeface::onFilterRec(SkScalerContextRec* rec) const {
|
| - SkFontHost::FilterRec(rec, const_cast<SkTypeface*>(this));
|
| -}
|
| -
|
| ///////////////////////////////////////////////////////////////////////////////
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|