Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / src / gpu / GrBlend.cpp
index c8631c4..52e335e 100644 (file)
@@ -59,7 +59,7 @@ static GrColor simplify_blend_term(GrBlendCoeff* srcCoeff,
                                    GrColor constantColor) {
 
     SkASSERT(!GrBlendCoeffRefsSrc(*srcCoeff));
-    SkASSERT(NULL != srcCoeff);
+    SkASSERT(srcCoeff);
 
     // Check whether srcCoeff can be reduced to kOne or kZero based on known color inputs.
     // We could pick out the coeff r,g,b,a values here and use them to compute the blend term color,