Index: include/ports/SkFontMgr.h |
diff --git a/include/ports/SkFontMgr.h b/include/ports/SkFontMgr.h |
index 48a0494a7a9d3d574ddc6f287e9a15272c46cbad..cdf72646ab1abf84ab0c00ad88bb9c6ea7482f5e 100644 |
--- a/include/ports/SkFontMgr.h |
+++ b/include/ports/SkFontMgr.h |
@@ -19,7 +19,7 @@ class SkTypeface; |
class SK_API SkFontStyleSet : public SkRefCnt { |
public: |
- SK_DECLARE_INST_COUNT(SkFontStyleSet) |
+ |
virtual int count() = 0; |
virtual void getStyle(int index, SkFontStyle*, SkString* style) = 0; |
@@ -36,7 +36,7 @@ class SkTypeface; |
class SK_API SkFontMgr : public SkRefCnt { |
public: |
- SK_DECLARE_INST_COUNT(SkFontMgr) |
+ |
int countFamilies() const; |
void getFamilyName(int index, SkString* familyName) const; |