| Index: src/core/SkBitmapProcState.h
|
| diff --git a/src/core/SkBitmapProcState.h b/src/core/SkBitmapProcState.h
|
| index dd1f0bff4515ccb2db4dd29bb95dea5610d64511..add5bf4fa9e1a4c922a8aa8bb6345e249ffbc8a5 100644
|
| --- a/src/core/SkBitmapProcState.h
|
| +++ b/src/core/SkBitmapProcState.h
|
| @@ -204,6 +204,8 @@ void ClampX_ClampY_nofilter_affine(const SkBitmapProcState& s,
|
| uint32_t xy[], int count, int x, int y);
|
| void S32_D16_filter_DX(const SkBitmapProcState& s,
|
| const uint32_t* xy, int count, uint16_t* colors);
|
| +void S32_D16_filter_DXDY(const SkBitmapProcState& s,
|
| + const uint32_t* xy, int count, uint16_t* colors);
|
|
|
| void highQualityFilter32(const SkBitmapProcState &s, int x, int y,
|
| SkPMColor *SK_RESTRICT colors, int count);
|
|
|