diff options
Diffstat (limited to 'include/gpu/GrClipData.h')
-rw-r--r-- | include/gpu/GrClipData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrClipData.h b/include/gpu/GrClipData.h index 1dc4b0d5f8..12a23b3348 100644 --- a/include/gpu/GrClipData.h +++ b/include/gpu/GrClipData.h @@ -35,7 +35,7 @@ public: return false; } - if (NULL != fClipStack && NULL != other.fClipStack) { + if (fClipStack && other.fClipStack) { return *fClipStack == *other.fClipStack; } |