Index: src/ports/SkFontMgr_custom.cpp |
diff --git a/src/ports/SkFontMgr_custom.cpp b/src/ports/SkFontMgr_custom.cpp |
index 0fc5180dd4ea4d3aa6b3f8e3dbf5a51bf957f30c..a05cc9b650aa848fa47b471ae43b740b3f892be2 100644 |
--- a/src/ports/SkFontMgr_custom.cpp |
+++ b/src/ports/SkFontMgr_custom.cpp |
@@ -30,7 +30,7 @@ class SkTypeface_Custom : public SkTypeface_FreeType { |
public: |
SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, |
bool sysFont, const SkString familyName, int index) |
- : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch) |
+ : INHERITED(style, isFixedPitch) |
, fIsSysFont(sysFont), fFamilyName(familyName), fIndex(index) |
{ } |