Chromium Code Reviews| 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 |