| Index: src/core/SkScanPriv.h
|
| diff --git a/src/core/SkScanPriv.h b/src/core/SkScanPriv.h
|
| index 75ceee08b4a92882b9b71ed9d15d98bd8fc9312c..8596b10edba0666f01cf3d3b2fb9f3355eb1ed5e 100644
|
| --- a/src/core/SkScanPriv.h
|
| +++ b/src/core/SkScanPriv.h
|
| @@ -30,7 +30,8 @@ private:
|
|
|
| // clipRect == null means path is entirely inside the clip
|
| void sk_fill_path(const SkPath& path, const SkIRect* clipRect,
|
| - SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
|
| + SkBlitter* blitter, SkTDArray<SkPoint>* points,
|
| + int start_y, int stop_y, int shiftEdgesUp,
|
| const SkRegion& clipRgn);
|
|
|
| // blit the rects above and below avoid, clipped to clip
|
|
|