aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-02-02 13:24:37 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-02 13:24:37 -0800
commite67164d9b3a0fcc5f7d2a4149041284f7cde31b9 (patch)
tree09341308f322a7c23dd3ea481a1fb5c6e0b68695 /include/core
parent37f9a2694c15f08e361ebda74fe9f0fffbf452aa (diff)
DM: wire up --leaks / -l again
No public API changes. TBR=reed@google.com BUG=skia: Review URL: https://codereview.chromium.org/893043002
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkInstCnt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkInstCnt.h b/include/core/SkInstCnt.h
index 8aeb14ec1a..4ff44b5e3c 100644
--- a/include/core/SkInstCnt.h
+++ b/include/core/SkInstCnt.h
@@ -77,4 +77,6 @@
#define SK_DECLARE_INST_COUNT(T)
#endif
+void SkInstCountPrintLeaksOnExit();
+
#endif // SkInstCnt_DEFINED