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

Unified Diff: src/pdf/SkPDFTypes.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 | « src/pdf/SkPDFStream.h ('k') | src/ports/SkRemotableFontMgr_win_dw.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkPDFTypes.h
diff --git a/src/pdf/SkPDFTypes.h b/src/pdf/SkPDFTypes.h
index 35922f81eb1ba60dd7bb70a18acf6177731bfbcc..3df2e23766198d9a935cdb4a879cbf5d16565c6e 100644
--- a/src/pdf/SkPDFTypes.h
+++ b/src/pdf/SkPDFTypes.h
@@ -30,7 +30,7 @@ class SkWStream;
*/
class SkPDFObject : public SkRefCnt {
public:
- SK_DECLARE_INST_COUNT(SkPDFObject);
+
/** Subclasses must implement this method to print the object to the
* PDF file.
@@ -188,7 +188,7 @@ private:
*/
class SkPDFArray : public SkPDFObject {
public:
- SK_DECLARE_INST_COUNT(SkPDFArray)
+
static const int kMaxLen = 8191;
@@ -239,7 +239,7 @@ private:
*/
class SkPDFDict : public SkPDFObject {
public:
- SK_DECLARE_INST_COUNT(SkPDFDict)
+
/** Create a PDF dictionary. Maximum number of entries is 4095.
*/
« no previous file with comments | « src/pdf/SkPDFStream.h ('k') | src/ports/SkRemotableFontMgr_win_dw.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698