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

Unified Diff: include/ports/SkRemotableFontMgr.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/SkFontMgr.h ('k') | include/utils/SkBoundaryPatch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/ports/SkRemotableFontMgr.h
diff --git a/include/ports/SkRemotableFontMgr.h b/include/ports/SkRemotableFontMgr.h
index 29ca6e82a59bb63ab2a58124605cffa518e9bc65..63c032c82118bdc56bdadb0af83bb69839054b85 100644
--- a/include/ports/SkRemotableFontMgr.h
+++ b/include/ports/SkRemotableFontMgr.h
@@ -35,7 +35,7 @@ struct SK_API SkFontIdentity {
class SK_API SkRemotableFontIdentitySet : public SkRefCnt {
public:
- SK_DECLARE_INST_COUNT(SkRemotableFontIdentitySet)
+
SkRemotableFontIdentitySet(int count, SkFontIdentity** data);
@@ -57,7 +57,7 @@ private:
class SK_API SkRemotableFontMgr : public SkRefCnt {
public:
- SK_DECLARE_INST_COUNT(SkRemotableFontMgr)
+
/**
* Returns the names of the known fonts on the system.
« no previous file with comments | « include/ports/SkFontMgr.h ('k') | include/utils/SkBoundaryPatch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698