diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkBlitRow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkBlitRow.h b/include/core/SkBlitRow.h index 501134238f..9393589b82 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 |