| Index: src/pdf/SkPDFStream.h
|
| diff --git a/src/pdf/SkPDFStream.h b/src/pdf/SkPDFStream.h
|
| index d7ff115ba9170fbd88af8571cdd70b4ec9f6673e..6371bc187d14d9c90ed463d7734cfa67776f4d2e 100644
|
| --- a/src/pdf/SkPDFStream.h
|
| +++ b/src/pdf/SkPDFStream.h
|
| @@ -25,6 +25,7 @@ class SkPDFCatalog;
|
| is feasible.
|
| */
|
| class SkPDFStream : public SkPDFDict {
|
| + SK_DECLARE_INST_COUNT(SkPDFStream)
|
| public:
|
| /** Create a PDF stream. A Length entry is automatically added to the
|
| * stream dictionary. The stream may be retained (stream->ref() may be
|
|
|