diff options
Diffstat (limited to 'include/gpu/GrGpuResource.h')
-rw-r--r-- | include/gpu/GrGpuResource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h index c81e022618..626f027ff3 100644 --- a/include/gpu/GrGpuResource.h +++ b/include/gpu/GrGpuResource.h @@ -186,7 +186,7 @@ protected: GrGpuResource(GrGpu*, bool isWrapped); virtual ~GrGpuResource(); - bool isInCache() const { return NULL != fCacheEntry; } + bool isInCache() const { return SkToBool(fCacheEntry); } GrGpu* getGpu() const { return fGpu; } |