Chromium Code Reviews| Index: include/gpu/GrGpuResource.h |
| diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h |
| index 4ffe17e739306476a26c8941dca709d6fafcf0e5..d3341d9bea55f78d4c5cdc9470d1ed208059a166 100644 |
| --- a/include/gpu/GrGpuResource.h |
| +++ b/include/gpu/GrGpuResource.h |
| @@ -172,7 +172,7 @@ public: |
| */ |
| virtual size_t gpuMemorySize() const = 0; |
|
robertphillips
2014/11/07 20:32:12
// Returns true if the cache entry was successfull
bsalomon
2014/11/07 21:48:44
The bool is removed in the next CL :)
|
| - void setCacheEntry(GrResourceCacheEntry* cacheEntry) { fCacheEntry = cacheEntry; } |
| + bool setCacheEntry(GrResourceCacheEntry* cacheEntry); |
| GrResourceCacheEntry* getCacheEntry() const { return fCacheEntry; } |
| bool isScratch() const; |