aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkBoundaryPatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/SkBoundaryPatch.cpp')
-rw-r--r--src/utils/SkBoundaryPatch.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/SkBoundaryPatch.cpp b/src/utils/SkBoundaryPatch.cpp
index afc76b5c70..fd1545d2a9 100644
--- a/src/utils/SkBoundaryPatch.cpp
+++ b/src/utils/SkBoundaryPatch.cpp
@@ -79,4 +79,3 @@ SkPoint SkCubicBoundary::eval(Edge e, SkScalar t) {
SkEvalCubicAt(&fPts[e * 3], t, &loc, NULL, NULL);
return loc;
}
-