| Index: include/gpu/GrTextureAccess.h
|
| diff --git a/include/gpu/GrTextureAccess.h b/include/gpu/GrTextureAccess.h
|
| index db6f752bec299b126158d3ecbe418bed9d30917e..df0bdfda0fd7fce56225b76eb22d9dcdfc641e5f 100644
|
| --- a/include/gpu/GrTextureAccess.h
|
| +++ b/include/gpu/GrTextureAccess.h
|
| @@ -113,8 +113,6 @@ private:
|
| */
|
| class GrTextureAccess : public SkNoncopyable {
|
| public:
|
| - SK_DECLARE_INST_COUNT(GrTextureAccess);
|
| -
|
| /**
|
| * A default GrTextureAccess must have reset() called on it in a GrProcessor subclass's
|
| * constructor if it will be accessible via GrProcessor::textureAccess().
|
|
|