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