Index: tools/chrome_fuzz.cpp |
diff --git a/tools/chrome_fuzz.cpp b/tools/chrome_fuzz.cpp |
index f49e12693b804174cac086148bbd41ea07b94946..02e50ab3748a515f88fae3521e86283c5a71b905 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) { |