aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc/SkDocument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/SkDocument.cpp')
-rw-r--r--src/doc/SkDocument.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/SkDocument.cpp b/src/doc/SkDocument.cpp
index b051300617..e94c89bbeb 100644
--- a/src/doc/SkDocument.cpp
+++ b/src/doc/SkDocument.cpp
@@ -8,6 +8,8 @@
#include "SkDocument.h"
#include "SkStream.h"
+SK_DEFINE_INST_COUNT(SkDocument)
+
SkDocument::SkDocument(SkWStream* stream, void (*doneProc)(SkWStream*)) {
fStream = stream; // we do not own this object.
fDoneProc = doneProc;