Chromium Code Reviews| Index: src/gpu/GrTexture.cpp |
| diff --git a/src/gpu/GrTexture.cpp b/src/gpu/GrTexture.cpp |
| index 9c73394e951716eb3826d34256e56bf2c8ee413e..8af5b8f128ce71ac46c4ccf71932cbfdcbca4c09 100644 |
| --- a/src/gpu/GrTexture.cpp |
| +++ b/src/gpu/GrTexture.cpp |
| @@ -54,7 +54,7 @@ size_t GrTexture::gpuMemorySize() const { |
| } |
| void GrTexture::onRelease() { |
| - SkASSERT(!this->texturePriv().isSetFlag((GrTextureFlags) kReturnToCache_FlagBit)); |
| + |
| INHERITED::onRelease(); |
| } |