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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h
index 2da8085908..38545dd821 100644
--- a/include/gpu/GrGpuResource.h
+++ b/include/gpu/GrGpuResource.h
@@ -283,12 +283,6 @@ protected:
virtual void onAbandon() { }
/**
- * This entry point should be called whenever gpuMemorySize() should report a different size.
- * The cache will call gpuMemorySize() to update the current size of the resource.
- */
- void didChangeGpuMemorySize() const;
-
- /**
* Allows subclasses to add additional backing information to the SkTraceMemoryDump.
**/
virtual void setMemoryBacking(SkTraceMemoryDump*, const SkString&) const {}