diff options
Diffstat (limited to 'include/gpu/GrResource.h')
-rw-r--r-- | include/gpu/GrResource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrResource.h b/include/gpu/GrResource.h index 4c491c7369..94d2173ec2 100644 --- a/include/gpu/GrResource.h +++ b/include/gpu/GrResource.h @@ -20,7 +20,7 @@ class GrContext; */ class GrResource : public GrRefCnt { public: - DECLARE_INST_COUNT + SK_DECLARE_INST_COUNT(GrResource) /** * Frees the resource in the underlying 3D API. It must be safe to call this |