Chromium Code Reviews| Index: include/core/SkDocument.h |
| diff --git a/include/core/SkDocument.h b/include/core/SkDocument.h |
| index 8d48aad25bbc05822bf36db1b7587ac08914457b..a35f448208701d4c76af7eafb9a57ab56618fbd9 100644 |
| --- a/include/core/SkDocument.h |
| +++ b/include/core/SkDocument.h |
| @@ -32,8 +32,6 @@ class SkWStream; |
| */ |
| class SK_API SkDocument : public SkRefCnt { |
| public: |
| - SK_DECLARE_INST_COUNT(SkDocument) |
| - |
| /** |
| * Create a PDF-backed document, writing the results into a SkWStream. |
| * |