| Index: src/core/SkBlitMask.h | 
| diff --git a/src/core/SkBlitMask.h b/src/core/SkBlitMask.h | 
| index f36f9f3d829a6c562b0de119d4d5531172efd113..b53ff7dfd82b1b6764810aadf4b51429c783be9b 100644 | 
| --- a/src/core/SkBlitMask.h | 
| +++ b/src/core/SkBlitMask.h | 
| @@ -44,7 +44,7 @@ public: | 
| *  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)(void* dst, const void* mask, | 
| +    typedef void (*RowProc)(SkPMColor* dst, const void* mask, | 
| const SkPMColor* src, int width); | 
|  | 
| /** | 
|  |