Chromium Code Reviews| Index: src/gpu/GrTexture.cpp |
| diff --git a/src/gpu/GrTexture.cpp b/src/gpu/GrTexture.cpp |
| index 72e82252dceccc0de582cb0dc8a0983a1074575a..58bbeaae425c6ef43dbd52b05526b4f5099b9a56 100644 |
| --- a/src/gpu/GrTexture.cpp |
| +++ b/src/gpu/GrTexture.cpp |
| @@ -28,7 +28,7 @@ void GrTexture::dirtyMipMaps(bool mipMapsDirty) { |
| } |
| } |
| -size_t GrTexture::gpuMemorySize() const { |
| +size_t GrTexture::onGpuMemorySize() const { |
| size_t textureSize; |
| if (GrPixelConfigIsCompressed(fDesc.fConfig)) { |