aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2016-04-04 13:53:02 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-04 13:53:02 -0700
commit99d9231f6a4cb6b85b8637e9d8ae32f8bd7c466f (patch)
treeafd7ff51e10b4860da79285cb19fb28d65c7f52d /tools
parentc19201f315d0fd91a6320c48ce18e5a87c4e8bda (diff)
Delete SkFlattenable::Type
Diffstat (limited to 'tools')
-rw-r--r--tools/chrome_fuzz.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/chrome_fuzz.cpp b/tools/chrome_fuzz.cpp
index c59c741599..22cf088c78 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) {