Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / src / pathops / SkPathOpsLine.cpp
index 6229619..e4fc97b 100644 (file)
@@ -89,7 +89,7 @@ double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const {
     if (unequal) {
         *unequal = (float) largest != (float) (largest + dist);
     }
-    t = SkPinT(t);
+    t = SkPinT(t);  // a looser pin breaks skpwww_lptemp_com_3
     SkASSERT(between(0, t, 1));
     return t;
 }