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 --- include/gpu/GrRenderTarget.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/gpu/GrRenderTarget.h') diff --git a/include/gpu/GrRenderTarget.h b/include/gpu/GrRenderTarget.h index 91a67ae133..67dcd4f4c2 100644 --- a/include/gpu/GrRenderTarget.h +++ b/include/gpu/GrRenderTarget.h @@ -23,8 +23,6 @@ class GrRenderTargetPriv; */ class GrRenderTarget : virtual public GrSurface { public: - SK_DECLARE_INST_COUNT(GrRenderTarget) - // GrSurface overrides GrRenderTarget* asRenderTarget() override { return this; } const GrRenderTarget* asRenderTarget() const override { return this; } -- cgit v1.2.3