Chromium Code Reviews| Index: include/gpu/GrGpuResource.h |
| diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h |
| index d6abc4d12cd949cd529e0ac7466f2edfa78cee35..56b73a0f07fc59295f3f96f37920a346e9dcc623 100644 |
| --- a/include/gpu/GrGpuResource.h |
| +++ b/include/gpu/GrGpuResource.h |
| @@ -263,6 +263,7 @@ private: |
| void notifyIsPurgable() const; |
| void removeScratchKey(); |
| void makeBudgeted(); |
| + void makeUnbudgeted(); |
| #ifdef SK_DEBUG |
| friend class GrGpu; // for assert in GrGpu to access getGpu |