Index: include/gpu/GrClipData.h |
diff --git a/include/gpu/GrClipData.h b/include/gpu/GrClipData.h |
index 1dc4b0d5f8ca989848c53e03fcdef2496e66d9f8..12a23b334897629877f4b790f002fa0531f1ce64 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; |
} |