| Index: trunk/src/ports/SkFontHost_win.cpp
|
| ===================================================================
|
| --- trunk/src/ports/SkFontHost_win.cpp (revision 8339)
|
| +++ trunk/src/ports/SkFontHost_win.cpp (working copy)
|
| @@ -1630,11 +1630,6 @@
|
| return stream;
|
| }
|
|
|
| -SkStream* SkFontHost::OpenStream(SkFontID uniqueID) {
|
| - SkTypeface* typeface = SkTypefaceCache::FindByID(uniqueID);
|
| - return typeface ? typeface->openStream(NULL) : NULL;
|
| -}
|
| -
|
| SkScalerContext* LogFontTypeface::onCreateScalerContext(const SkDescriptor* desc) const {
|
| return SkNEW_ARGS(SkScalerContext_Windows, (const_cast<LogFontTypeface*>(this), desc));
|
| }
|
|
|