Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(604)

Unified Diff: include/ports/SkTypeface_win.h

Issue 206683002: A remotable font management interface and DirectWrite implementation. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698