Chromium Code Reviews| Index: include/ports/SkTypeface_win.h |
| =================================================================== |
| --- include/ports/SkTypeface_win.h (revision 13875) |
| +++ include/ports/SkTypeface_win.h (working copy) |
| @@ -39,4 +39,7 @@ |
| SK_API SkFontMgr* SkFontMgr_New_GDI(); |
| SK_API SkFontMgr* SkFontMgr_New_DirectWrite(); |
| +class SkRemotableFontMgr; |
| +SK_API SkRemotableFontMgr* SkRemotableFontMgr_New_DirectWrite(); |
| + |
| #endif |