Index: include/gpu/GrTextureAccess.h |
diff --git a/include/gpu/GrTextureAccess.h b/include/gpu/GrTextureAccess.h |
index 5055e103f579ecb89595c9ecbb0c68c187cad365..db6f752bec299b126158d3ecbe418bed9d30917e 100644 |
--- a/include/gpu/GrTextureAccess.h |
+++ b/include/gpu/GrTextureAccess.h |
@@ -113,7 +113,7 @@ private: |
*/ |
class GrTextureAccess : public SkNoncopyable { |
public: |
- SK_DECLARE_INST_COUNT_ROOT(GrTextureAccess); |
+ SK_DECLARE_INST_COUNT(GrTextureAccess); |
/** |
* A default GrTextureAccess must have reset() called on it in a GrProcessor subclass's |