| Index: include/gpu/GrGpuResource.h
|
| diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h
|
| index 80b50e308e3d9a0d36a14e0caa252124ab20e853..e2f23e02897939778db5531072a6a6498f974134 100644
|
| --- a/include/gpu/GrGpuResource.h
|
| +++ b/include/gpu/GrGpuResource.h
|
| @@ -269,7 +269,7 @@ private:
|
| virtual size_t onGpuMemorySize() const = 0;
|
|
|
| // See comments in CacheAccess and ResourcePriv.
|
| - bool setUniqueKey(const GrUniqueKey&);
|
| + void setUniqueKey(const GrUniqueKey&);
|
| void removeUniqueKey();
|
| void notifyIsPurgeable() const;
|
| void removeScratchKey();
|
|
|