From 2766c00fc0b6a07d46e5f74cdad45da2ef625237 Mon Sep 17 00:00:00 2001 From: mtklein Date: Fri, 26 Jun 2015 11:45:03 -0700 Subject: remove SkInstCnt It's been outclassed by Valgrind and leak sanitizer, and it seems to be causing problems for external folks building Skia. I'm not sure why our own builds seem unaffected. Latest thread: https://groups.google.com/forum/#!topic/skia-discuss/oj9FsQwwSF0 BUG=skia: Review URL: https://codereview.chromium.org/1217573002 --- src/gpu/GrPath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/GrPath.h') diff --git a/src/gpu/GrPath.h b/src/gpu/GrPath.h index 91975218c2..f74baf317d 100644 --- a/src/gpu/GrPath.h +++ b/src/gpu/GrPath.h @@ -15,7 +15,7 @@ class GrPath : public GrGpuResource { public: - SK_DECLARE_INST_COUNT(GrPath); + /** * Initialize to a path with a fixed stroke. Stroke must not be hairline. -- cgit v1.2.3