| Index: src/gpu/GrTexturePriv.h
|
| diff --git a/src/gpu/GrTexturePriv.h b/src/gpu/GrTexturePriv.h
|
| index 8add4e1c495e563a5ca922825bd6cd241858013f..e77037564cc59a3f40291318dbe1ba9f26b6d658 100644
|
| --- a/src/gpu/GrTexturePriv.h
|
| +++ b/src/gpu/GrTexturePriv.h
|
| @@ -29,12 +29,6 @@ public:
|
| return 0 != (fTexture->fDesc.fFlags & flags);
|
| }
|
|
|
| - void dirtyMipMaps(bool mipMapsDirty) { fTexture->dirtyMipMaps(mipMapsDirty); }
|
| -
|
| - bool mipMapsAreDirty() const {
|
| - return GrTexture::kValid_MipMapsStatus != fTexture->fMipMapsStatus;
|
| - }
|
| -
|
| bool hasMipMaps() const {
|
| return GrTexture::kNotAllocated_MipMapsStatus != fTexture->fMipMapsStatus;
|
| }
|
|
|