Index: include/effects/SkMatrixImageFilter.h |
diff --git a/include/effects/SkMatrixImageFilter.h b/include/effects/SkMatrixImageFilter.h |
index 0063e416301d1005268b1580c89c1a8b27d6857f..ae6a0b7abbd32025e02fb764cc60893f10d796ff 100644 |
--- a/include/effects/SkMatrixImageFilter.h |
+++ b/include/effects/SkMatrixImageFilter.h |
@@ -43,6 +43,9 @@ |
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&, |