aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrTexture.h')
-rw-r--r--include/gpu/GrTexture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h
index c32c0e97a8..28f0d4b548 100644
--- a/include/gpu/GrTexture.h
+++ b/include/gpu/GrTexture.h
@@ -30,6 +30,8 @@ public:
*/
virtual GrBackendObject getTextureHandle() const = 0;
+ virtual GrBackendTexture getBackendTexture() const = 0;
+
/**
* This function indicates that the texture parameters (wrap mode, filtering, ...) have been
* changed externally to Skia.