Index: src/core/SkScan_Path.cpp |
diff --git a/src/core/SkScan_Path.cpp b/src/core/SkScan_Path.cpp |
index 6c1f1c052d399f29fb66f129910119e20968bb6c..884f785299925794ee747828ef7d2c6dd4b0ebec 100644 |
--- a/src/core/SkScan_Path.cpp |
+++ b/src/core/SkScan_Path.cpp |
@@ -510,7 +510,7 @@ void sk_fill_path(const SkPath& path, const SkIRect* clipRect, SkBlitter* blitte |
} else { |
rightEdge = SkScalarRoundToInt(path.getBounds().right()) << shiftEdgesUp; |
} |
- |
+ |
walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc, rightEdge); |
} |
} |