| Index: include/effects/SkMatrixImageFilter.h
|
| diff --git a/include/effects/SkMatrixImageFilter.h b/include/effects/SkMatrixImageFilter.h
|
| index ae6a0b7abbd32025e02fb764cc60893f10d796ff..0063e416301d1005268b1580c89c1a8b27d6857f 100644
|
| --- a/include/effects/SkMatrixImageFilter.h
|
| +++ b/include/effects/SkMatrixImageFilter.h
|
| @@ -43,9 +43,6 @@ protected:
|
| SkPaint::FilterLevel,
|
| SkImageFilter* input,
|
| uint32_t uniqueID);
|
| -#ifdef SK_SUPPORT_LEGACY_DEEPFLATTENING
|
| - SkMatrixImageFilter(SkReadBuffer& buffer);
|
| -#endif
|
| virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
|
|
| virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
|
|