Index: src/utils/SkBitmapSourceDeserializer.h |
diff --git a/src/utils/SkBitmapSourceDeserializer.h b/src/utils/SkBitmapSourceDeserializer.h |
index 60f185e17a6ec80f0073ff0393be1c1f37621bf2..e0175999184f17cca420e527ecd1e64fd102bfd0 100644 |
--- a/src/utils/SkBitmapSourceDeserializer.h |
+++ b/src/utils/SkBitmapSourceDeserializer.h |
@@ -14,6 +14,7 @@ |
// Should be removed when SKP versions which may contain SkBitmapSource records are phased out. |
class SkBitmapSourceDeserializer : public SkFlattenable { |
public: |
+ SK_DEFINE_FLATTENABLE_TYPE(SkImageFilter) |
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkBitmapSource) |
}; |