| Index: src/ports/SkFontConfigTypeface.h
|
| diff --git a/src/ports/SkFontConfigTypeface.h b/src/ports/SkFontConfigTypeface.h
|
| index eb5db94fdf6c03c8e521d953cedc84e108808231..590c6fac89aa086bbd78ef6054d2108b06f50ec5 100644
|
| --- a/src/ports/SkFontConfigTypeface.h
|
| +++ b/src/ports/SkFontConfigTypeface.h
|
| @@ -50,14 +50,14 @@ protected:
|
| const SkFontConfigInterface::FontIdentity& fi,
|
| const SkString& familyName,
|
| const SkFontStyle& style)
|
| - : INHERITED(style, SkTypefaceCache::NewFontID(), false)
|
| + : INHERITED(style, false)
|
| , fFCI(SkRef(fci))
|
| , fIdentity(fi)
|
| , fFamilyName(familyName)
|
| , fLocalStream(nullptr) {}
|
|
|
| SkTypeface_FCI(const SkFontStyle& style, bool fixedWidth, SkStreamAsset* localStream, int index)
|
| - : INHERITED(style, SkTypefaceCache::NewFontID(), fixedWidth)
|
| + : INHERITED(style, fixedWidth)
|
| , fLocalStream(localStream)
|
| {
|
| fIdentity.fTTCIndex = index;
|
|
|