aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private/GrTextureProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/GrTextureProxy.h')
-rw-r--r--include/private/GrTextureProxy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/private/GrTextureProxy.h b/include/private/GrTextureProxy.h
index 63cb3c8359..5b4eeef7bc 100644
--- a/include/private/GrTextureProxy.h
+++ b/include/private/GrTextureProxy.h
@@ -36,9 +36,9 @@ private:
// Wrapped version
GrTextureProxy(sk_sp<GrTexture> tex);
- // For wrapped textures we store it here.
- // For deferred proxies we will fill this in when we need to instantiate the deferred resource
- sk_sp<GrTexture> fTexture;
+ // For wrapped proxies the GrTexture pointer is stored in GrIORefProxy.
+ // For deferred proxies that pointer will be filled n when we need to instantiate
+ // the deferred resource
typedef GrSurfaceProxy INHERITED;
};