Upstream version 10.38.220.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / src / pathops / SkPathOpsCommon.cpp
index 9a8a2cf..f7b7273 100644 (file)
@@ -699,7 +699,9 @@ bool HandleCoincidence(SkTArray<SkOpContour*, true>* contourList, int total) {
 #if DEBUG_SHOW_WINDING
     SkOpContour::debugShowWindingValues(contourList);
 #endif
-    CoincidenceCheck(contourList, total);
+    if (!CoincidenceCheck(contourList, total)) {
+        return false;
+    }
 #if DEBUG_SHOW_WINDING
     SkOpContour::debugShowWindingValues(contourList);
 #endif