aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBlitMask.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkBlitMask.h')
-rw-r--r--src/core/SkBlitMask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkBlitMask.h b/src/core/SkBlitMask.h
index f36f9f3d82..b53ff7dfd8 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);
/**