Chromium Code Reviews| Index: include/core/SkBlitRow.h |
| diff --git a/include/core/SkBlitRow.h b/include/core/SkBlitRow.h |
| index 501134238f6de06d08e1663aa619c1cd98c87ef9..9393589b82b1b1f4c28bd3ebe3af9a01b231e42c 100644 |
| --- a/include/core/SkBlitRow.h |
| +++ b/include/core/SkBlitRow.h |
| @@ -36,7 +36,7 @@ public: |
| const SkPMColor* src, |
| int count, U8CPU alpha, int x, int y); |
| - static Proc Factory(unsigned flags, SkBitmap::Config); |
| + static Proc Factory(unsigned flags, SkColorType); |
| ///////////// D32 version |