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

Unified Diff: include/ports/SkTypeface_android.h

Issue 887113002: Add factory for Android font manager. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove no longer wanted function. Created 5 years, 10 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 | « include/ports/SkFontMgr_android.h ('k') | src/ports/SkFontConfigParser_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/ports/SkTypeface_android.h
diff --git a/include/ports/SkTypeface_android.h b/include/ports/SkTypeface_android.h
index 588f56d075b2980ea18bb7047b1b8468a77374d0..f6fb3cbd085e00ac51658ef4ff31d7d6e9fbca4c 100644
--- a/include/ports/SkTypeface_android.h
+++ b/include/ports/SkTypeface_android.h
@@ -20,15 +20,5 @@
SK_API void SkUseTestFontConfigFile(const char* mainconf, const char* fallbackconf,
const char* fontsdir);
-/**
- * For test only.
- * Returns the information set by SkUseTestFontConfigFile.
- * TODO: this should be removed once SkFontConfigInterface_android is removed,
- * and then Chromium should be given a better way to set up it's test environment
- * than SkUseTestFontConfigFile.
- */
-void SkGetTestFontConfiguration(const char** mainconf, const char** fallbackconf,
- const char** fontsdir);
-
#endif // #ifdef SK_BUILD_FOR_ANDROID
#endif // #ifndef SkTypeface_android_DEFINED
« no previous file with comments | « include/ports/SkFontMgr_android.h ('k') | src/ports/SkFontConfigParser_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698