diff options
Diffstat (limited to 'src/gpu/gl/GrGLTexture.h')
-rw-r--r-- | src/gpu/gl/GrGLTexture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLTexture.h b/src/gpu/gl/GrGLTexture.h index dfce602bf1..b7c8716cc7 100644 --- a/src/gpu/gl/GrGLTexture.h +++ b/src/gpu/gl/GrGLTexture.h @@ -40,6 +40,7 @@ public: } GrBackendObject getTextureHandle() const override; + GrBackendTexture getBackendTexture() const override; void textureParamsModified() override { fTexParams.invalidate(); } |