aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrGpuResource.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrGpuResource.h')
-rw-r--r--include/gpu/GrGpuResource.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h
index 2d84c633ee..1ed64adb8f 100644
--- a/include/gpu/GrGpuResource.h
+++ b/include/gpu/GrGpuResource.h
@@ -260,11 +260,6 @@ protected:
// final class).
void registerWithCacheWrapped();
- // This is only called by resources that are being exported from Ganesh to client code. It
- // ensures that the cache can no longer reach this resource, and that it no longer counts
- // against the budget.
- void detachFromCache();
-
GrGpuResource(GrGpu*);
virtual ~GrGpuResource();