Index: src/gpu/GrGpuResourceCacheAccess.h |
diff --git a/src/gpu/GrGpuResourceCacheAccess.h b/src/gpu/GrGpuResourceCacheAccess.h |
index cccbecf423a312f978a468de4256bb6ffcf436aa..b09dcc1872c6b4133e4746d0d2859814e88b3a55 100644 |
--- a/src/gpu/GrGpuResourceCacheAccess.h |
+++ b/src/gpu/GrGpuResourceCacheAccess.h |
@@ -30,18 +30,6 @@ private: |
} |
/** |
- * Is the resource object wrapping an externally allocated GPU resource that Skia has not taken |
- * ownership of. |
- */ |
- bool isBorrowed() const { return GrGpuResource::kBorrowed_LifeCycle == fResource->fLifeCycle; } |
- |
- /** |
- * Is the resource object wrapping an externally allocated GPU resource that Skia has taken |
- * ownership of. |
- */ |
- bool isAdopted() const { return GrGpuResource::kAdopted_LifeCycle == fResource->fLifeCycle; } |
- |
- /** |
* Called by the cache to delete the resource under normal circumstances. |
*/ |
void release() { |