Index: src/gpu/gl/GrGLTextureRenderTarget.cpp |
diff --git a/src/gpu/gl/GrGLTextureRenderTarget.cpp b/src/gpu/gl/GrGLTextureRenderTarget.cpp |
index 1fa0a21c41c84ba50f81e8187dec2697014493e9..2ba469a9f2aa86c533afa72a173206ba3f08acf0 100644 |
--- a/src/gpu/gl/GrGLTextureRenderTarget.cpp |
+++ b/src/gpu/gl/GrGLTextureRenderTarget.cpp |
@@ -18,7 +18,7 @@ void GrGLTextureRenderTarget::dumpMemoryStatistics( |
// texture and a |
// renderbuffer component, dump as skia/gpu_resources/resource_#/texture |
SkString dumpName("skia/gpu_resources/resource_"); |
- dumpName.appendS32(this->getUniqueID()); |
+ dumpName.appendS32(this->uniqueID()); |
dumpName.append("/texture"); |
// Use the texture's gpuMemorySize, not our own, which includes the |