| Index: trunk/src/ports/SkFontHost_win_dw.cpp
|
| ===================================================================
|
| --- trunk/src/ports/SkFontHost_win_dw.cpp (revision 8339)
|
| +++ trunk/src/ports/SkFontHost_win_dw.cpp (working copy)
|
| @@ -1131,11 +1131,6 @@
|
| fontFileLoader.get(), streamFontCollectionLoader.get());
|
| }
|
|
|
| -SkStream* SkFontHost::OpenStream(SkFontID uniqueID) {
|
| - DWriteFontTypeface* typeface = GetDWriteFontByID(uniqueID);
|
| - return typeface ? typeface->openStream(NULL) : NULL;
|
| -}
|
| -
|
| SkStream* DWriteFontTypeface::onOpenStream(int* ttcIndex) const {
|
| *ttcIndex = 0;
|
|
|
|
|