| Index: src/fonts/SkFontMgr_fontconfig.cpp
|
| diff --git a/src/fonts/SkFontMgr_fontconfig.cpp b/src/fonts/SkFontMgr_fontconfig.cpp
|
| index a7f81281c32fffc53f49c52e9a794558690241b7..c56e065509fffacd0359cdaa534e27b0fa320c5b 100644
|
| --- a/src/fonts/SkFontMgr_fontconfig.cpp
|
| +++ b/src/fonts/SkFontMgr_fontconfig.cpp
|
| @@ -300,7 +300,7 @@ protected:
|
| }
|
|
|
| // TODO should the caller give us the style or should we get it from freetype?
|
| - SkTypeface::Style style = SkTypeface::kNormal;
|
| + SkFontStyle style;
|
| bool isFixedWidth = false;
|
| if (!SkTypeface_FreeType::ScanFont(stream, 0, NULL, &style, &isFixedWidth)) {
|
| return NULL;
|
|
|