Index: src/gpu/gl/GrGLTexture.h |
diff --git a/src/gpu/gl/GrGLTexture.h b/src/gpu/gl/GrGLTexture.h |
index 937b8be13edd0b3d0a3e998be62aec19fb65b1e1..213f1c420db39934d6735da05ee8b751735fcd50 100644 |
--- a/src/gpu/gl/GrGLTexture.h |
+++ b/src/gpu/gl/GrGLTexture.h |
@@ -36,6 +36,8 @@ public: |
GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&); |
GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&, bool wasMipMapDataProvided); |
+ GrSLType getSamplerType() const override; |
+ |
GrBackendObject getTextureHandle() const override; |
void textureParamsModified() override { fTexParams.invalidate(); } |