Index: include/gpu/GrGpuResource.h |
diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h |
index 806a45aa1147b075e39971e52e71f0f8a23332bb..659b7676164e06e56e85a0b679f23d29c6ab5c3a 100644 |
--- a/include/gpu/GrGpuResource.h |
+++ b/include/gpu/GrGpuResource.h |
@@ -223,6 +223,7 @@ private: |
bool setContentKey(const GrResourceKey& contentKey); |
void setBudgeted(bool countsAgainstBudget); |
void notifyIsPurgable() const; |
+ void removeScratchKey(); |
#ifdef SK_DEBUG |
friend class GrGpu; // for assert in GrGpu to access getGpu |