diff options
Diffstat (limited to 'src/core/SkScanPriv.h')
-rw-r--r-- | src/core/SkScanPriv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkScanPriv.h b/src/core/SkScanPriv.h index 43dfdef486..74c2ee768e 100644 --- a/src/core/SkScanPriv.h +++ b/src/core/SkScanPriv.h @@ -37,7 +37,7 @@ private: // clipRect == null means path is entirely inside the clip void sk_fill_path(const SkPath& path, const SkIRect* clipRect, - SkBlitter* blitter, int stop_y, int shiftEdgesUp, + SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn); // blit the rects above and below avoid, clipped to clp |