| Index: src/gpu/GrGpuResourceCacheAccess.h
|
| diff --git a/src/gpu/GrGpuResourceCacheAccess.h b/src/gpu/GrGpuResourceCacheAccess.h
|
| index 4b47a1c93296e1d825b92da1819136412cc13012..e64614593151706947a51f681ff8fd43da48fbce 100644
|
| --- a/src/gpu/GrGpuResourceCacheAccess.h
|
| +++ b/src/gpu/GrGpuResourceCacheAccess.h
|
| @@ -31,18 +31,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() {
|
|
|