| Index: include/core/SkBlitRow.h
|
| diff --git a/include/core/SkBlitRow.h b/include/core/SkBlitRow.h
|
| index 56121eba78e27ebdedb0f6bcf3dcc0cc20d03ff7..8c7665ac54baec44608635a2f38d14823dc22881 100644
|
| --- a/include/core/SkBlitRow.h
|
| +++ b/include/core/SkBlitRow.h
|
| @@ -82,6 +82,9 @@ public:
|
| static ColorProc16 PlatformColorFactory565(unsigned flags);
|
|
|
| private:
|
| + typedef void (*Color32Proc)(SkPMColor[], const SkPMColor[], int, SkPMColor);
|
| + static Color32Proc PlatformColor32Proc();
|
| +
|
| enum {
|
| kFlags16_Mask = 7,
|
| kFlags32_Mask = 3
|
|
|