Index: include/core/SkTypeface.h |
diff --git a/include/core/SkTypeface.h b/include/core/SkTypeface.h |
index 7304cfb82a73835b9dedbb044ea20b28cc511f3c..e3a311da4337eae9429185104225db62bed07ccb 100644 |
--- a/include/core/SkTypeface.h |
+++ b/include/core/SkTypeface.h |
@@ -341,7 +341,7 @@ protected: |
/** uniqueID must be unique and non-zero |
*/ |
- SkTypeface(const SkFontStyle& style, SkFontID uniqueID, bool isFixedPitch = false); |
+ SkTypeface(const SkFontStyle& style, bool isFixedPitch = false); |
virtual ~SkTypeface(); |
/** Sets the fixedPitch bit. If used, must be called in the constructor. */ |