Index: include/gpu/GrGpuResource.h |
diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h |
index 44c4ba008203081b9e23ec0b0cb64a67f8793af1..750ec6a44005177aba22e0beee9a5603c3fad263 100644 |
--- a/include/gpu/GrGpuResource.h |
+++ b/include/gpu/GrGpuResource.h |
@@ -262,6 +262,7 @@ private: |
bool setContentKey(const GrResourceKey& contentKey); |
void notifyIsPurgable() const; |
void removeScratchKey(); |
+ void makeBudgeted(); |
#ifdef SK_DEBUG |
friend class GrGpu; // for assert in GrGpu to access getGpu |