aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextureRenderTargetProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrTextureRenderTargetProxy.h')
-rw-r--r--src/gpu/GrTextureRenderTargetProxy.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gpu/GrTextureRenderTargetProxy.h b/src/gpu/GrTextureRenderTargetProxy.h
index 09aef756e1..992e319770 100644
--- a/src/gpu/GrTextureRenderTargetProxy.h
+++ b/src/gpu/GrTextureRenderTargetProxy.h
@@ -32,7 +32,9 @@ private:
// Wrapped version
GrTextureRenderTargetProxy(sk_sp<GrSurface>);
- size_t onGpuMemorySize() const override;
+ GrSurface* instantiate(GrResourceProvider*) override;
+
+ size_t onUninstantiatedGpuMemorySize() const override;
};
#ifdef SK_BUILD_FOR_WIN