Index: tools/chrome_fuzz.cpp |
diff --git a/tools/chrome_fuzz.cpp b/tools/chrome_fuzz.cpp |
index 22cf088c782e5156d0184728077d50619ce19f42..c59c741599d6f24914d54a4817b85a5ba53e9ff1 100644 |
--- a/tools/chrome_fuzz.cpp |
+++ b/tools/chrome_fuzz.cpp |
@@ -31,7 +31,7 @@ |
// This call shouldn't crash or cause ASAN to flag any memory issues |
// If nothing bad happens within this call, everything is fine |
SkFlattenable* flattenable = SkValidatingDeserializeFlattenable( |
- testdata.c_str(), testdata.size()); |
+ testdata.c_str(), testdata.size(), SkImageFilter::GetFlattenableType()); |
// Adding some info, but the test passed if we got here without any trouble |
if (flattenable != nullptr) { |