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

Unified Diff: gm/fontmgr.cpp

Issue 23555004: export SkFontMgr_New_... experimental functions for testing in chrome (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | include/ports/SkTypeface_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/fontmgr.cpp
diff --git a/gm/fontmgr.cpp b/gm/fontmgr.cpp
index 9c300ab502e38d805d89f43bae5cfd07029ffc50..06288b2ab3c89d6b09936ddd1ffb70a2fb4abc11 100644
--- a/gm/fontmgr.cpp
+++ b/gm/fontmgr.cpp
@@ -12,8 +12,7 @@
#include "SkTypeface.h"
#ifdef SK_BUILD_FOR_WIN
- extern SkFontMgr* SkFontMgr_New_GDI();
- extern SkFontMgr* SkFontMgr_New_DirectWrite();
+ #include "SkTypeface_win.h"
#endif
// limit this just so we don't take too long to draw
« no previous file with comments | « no previous file | include/ports/SkTypeface_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698