Index: src/gpu/gl/GrGLTexture.h |
diff --git a/src/gpu/gl/GrGLTexture.h b/src/gpu/gl/GrGLTexture.h |
index 06a229e5b97c1da1807f0eba0862d060b6dac07e..cffc64adc154153ae4063fcc1d520c4760e4bf20 100644 |
--- a/src/gpu/gl/GrGLTexture.h |
+++ b/src/gpu/gl/GrGLTexture.h |
@@ -63,6 +63,8 @@ protected: |
void onAbandon() override; |
void onRelease() override; |
+ void setMemoryBacking(SkTraceMemoryDump* traceMemoryDump, |
+ const SkString& dumpName) const override; |
private: |
TexParams fTexParams; |