aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/ShapeOps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/Intersection/ShapeOps.cpp')
-rw-r--r--experimental/Intersection/ShapeOps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/Intersection/ShapeOps.cpp b/experimental/Intersection/ShapeOps.cpp
index 74e1626c66..4058a16ca0 100644
--- a/experimental/Intersection/ShapeOps.cpp
+++ b/experimental/Intersection/ShapeOps.cpp
@@ -16,7 +16,7 @@ static bool windingIsActive(int winding, int spanWinding, int oppWinding,
&& (!winding || !spanWinding || winding == -spanWinding);
}
-static void bridgeOp(SkTDArray<Contour*>& contourList, const ShapeOp op,
+static void bridgeOp(SkTDArray<Contour*>& contourList, const ShapeOp op,
const int aXorMask, const int bXorMask, SkPath& simple) {
bool firstContour = true;
do {