Index: tools/chrome_fuzz.cpp |
diff --git a/tools/chrome_fuzz.cpp b/tools/chrome_fuzz.cpp |
index c59c741599d6f24914d54a4817b85a5ba53e9ff1..22cf088c782e5156d0184728077d50619ce19f42 100644 |
--- a/tools/chrome_fuzz.cpp |
+++ b/tools/chrome_fuzz.cpp |
@@ -31,7 +31,7 @@ static void run_test_case(const SkString& testdata, const SkBitmap& bitmap, |
// 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(), SkImageFilter::GetFlattenableType()); |
+ testdata.c_str(), testdata.size()); |
// Adding some info, but the test passed if we got here without any trouble |
if (flattenable != nullptr) { |