Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / src / gpu / GrStrokeInfo.h
index b9ba5ea..2bd056e 100644 (file)
@@ -56,7 +56,7 @@ public:
      * dashed effect and we are stroking, otherwise it retruns false.
      */
     bool setDashInfo(const SkPathEffect* pe) {
-        if (NULL != pe && !fStroke.isFillStyle()) {
+        if (pe && !fStroke.isFillStyle()) {
             fDashInfo.fIntervals = NULL;
             fDashType = pe->asADash(&fDashInfo);
             if (SkPathEffect::kDash_DashType == fDashType) {