Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: include/ports/SkFontMgr.h

Issue 1217573002: remove SkInstCnt (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/ports/SkFontConfigInterface.h ('k') | include/ports/SkRemotableFontMgr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « include/ports/SkFontConfigInterface.h ('k') | include/ports/SkRemotableFontMgr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698