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

Unified Diff: src/ports/SkFontConfigParser_android.h

Issue 427293003: Implement SkFontMgr_Android::onMatchFamilyStyleCharacter. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comments, move mask to parser. Created 6 years, 5 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 | src/ports/SkFontConfigParser_android.cpp » ('j') | src/ports/SkFontConfigParser_android.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ports/SkFontConfigParser_android.h
diff --git a/src/ports/SkFontConfigParser_android.h b/src/ports/SkFontConfigParser_android.h
index 8119fd7558e396161b89c9ba970df541cb133222..f54ed0600a4e8f69c63685ee3f8734663714ccbc 100644
--- a/src/ports/SkFontConfigParser_android.h
+++ b/src/ports/SkFontConfigParser_android.h
@@ -45,7 +45,7 @@ namespace SkFontConfigParser {
* Parses all system font configuration files and returns the results in an
* array of FontFamily structures.
*/
-void GetFontFamilies(SkTDArray<FontFamily*> &fontFamilies);
+void GetFontFamilies(SkTDArray<FontFamily*> &fontFamilies, uint32_t ignoredFallbackVariants = 0);
djsollen 2014/07/31 14:51:37 add a comment to the method documenting what this
bungeman-skia 2014/07/31 22:15:53 Removed.
/**
* Parses all test font configuration files and returns the results in an
« no previous file with comments | « no previous file | src/ports/SkFontConfigParser_android.cpp » ('j') | src/ports/SkFontConfigParser_android.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698