| Index: include/gpu/GrGpuResource.h
|
| diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h
|
| index 9690f917ac75cf119dd0a566c8c83d2e51b01b0a..d90c4f35f20c8a71417c9334cc10b55b44d8eb33 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();
|
|
|