| Index: src/core/SkBlitMask.h
|
| diff --git a/src/core/SkBlitMask.h b/src/core/SkBlitMask.h
|
| index b53ff7dfd82b1b6764810aadf4b51429c783be9b..f36f9f3d829a6c562b0de119d4d5531172efd113 100644
|
| --- a/src/core/SkBlitMask.h
|
| +++ b/src/core/SkBlitMask.h
|
| @@ -44,7 +44,7 @@
|
| * onto a row of dst colors. The RowFactory that returns this function ptr
|
| * will have been told the formats for the mask and the dst.
|
| */
|
| - typedef void (*RowProc)(SkPMColor* dst, const void* mask,
|
| + typedef void (*RowProc)(void* dst, const void* mask,
|
| const SkPMColor* src, int width);
|
|
|
| /**
|
|
|