| Index: src/opts/SkBlitRow_opts_SSE2.h
|
| diff --git a/src/opts/SkBlitRow_opts_SSE2.h b/src/opts/SkBlitRow_opts_SSE2.h
|
| index 6c0611f49fc031765e529c4cca6a8df9e36ce38d..bb6cece47825f357cd4e5fa3d29714aeb6d3158d 100644
|
| --- a/src/opts/SkBlitRow_opts_SSE2.h
|
| +++ b/src/opts/SkBlitRow_opts_SSE2.h
|
| @@ -22,6 +22,8 @@
|
| const SkPMColor* SK_RESTRICT src,
|
| int count, U8CPU alpha);
|
|
|
| +void Color32_SSE2(SkPMColor dst[], const SkPMColor src[], int count,
|
| + SkPMColor color);
|
| void Color32A_D565_SSE2(uint16_t dst[], SkPMColor src, int count, int x,
|
| int y);
|
|
|
|
|