aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops/SkDCubicLineIntersection.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-01 03:04:54 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-01 03:04:54 +0000
commit24f6e29fc133f1082c73e2a96f30bee92e3123aa (patch)
tree5ea151079b89a89d679cacb5ff3f9c82cfa185a5 /src/pathops/SkDCubicLineIntersection.cpp
parentf3e505984d08fb96e753be2b561f479dc3a4c544 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14492 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/pathops/SkDCubicLineIntersection.cpp')
-rw-r--r--src/pathops/SkDCubicLineIntersection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathops/SkDCubicLineIntersection.cpp b/src/pathops/SkDCubicLineIntersection.cpp
index be38ddbfcf..da4b983d45 100644
--- a/src/pathops/SkDCubicLineIntersection.cpp
+++ b/src/pathops/SkDCubicLineIntersection.cpp
@@ -307,7 +307,7 @@ public:
if (!lPt.moreRoughlyEqual(cPt)) {
return false;
}
- // FIXME: if points are roughly equal but not approximately equal, need to do
+ // FIXME: if points are roughly equal but not approximately equal, need to do
// a binary search like quad/quad intersection to find more precise t values
if (lT == 0 || lT == 1 || (ptSet == kPointUninitialized && cT != 0 && cT != 1)) {
*pt = lPt;