Index: src/gpu/GrResourceCache2.h |
diff --git a/src/gpu/GrResourceCache2.h b/src/gpu/GrResourceCache2.h |
index 9424c40850a22bbf42c438e9544f45ceecf169cc..ba07c20f011e009de700f27d205fef89dd4e86c4 100644 |
--- a/src/gpu/GrResourceCache2.h |
+++ b/src/gpu/GrResourceCache2.h |
@@ -29,13 +29,11 @@ public: |
void removeResource(GrGpuResource*); |
- void willRemoveContentKey(const GrGpuResource*); |
- |
// This currently returns a bool and fails when an existing resource has a key that collides |
// with the new content key. In the future it will null out the content key for the existing |
// resource. The failure is a temporary measure taken because duties are split between two |
// cache objects currently. |
- bool didAddContentKey(GrGpuResource*); |
+ bool didSetContentKey(GrGpuResource*); |
void abandonAll(); |