Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: fuzz/FilterFuzz.cpp

Issue 1878363002: Make fuzz builds set SK_FUZZ_LOGGING (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | fuzz/fuzz.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzz/FilterFuzz.cpp
diff --git a/fuzz/FilterFuzz.cpp b/fuzz/FilterFuzz.cpp
index 7c233b80bf8d9fc760f1a917657c84294f52cc82..791fe01a33e2be5f5dfc8d98fd8bb5adfa1ba275 100644
--- a/fuzz/FilterFuzz.cpp
+++ b/fuzz/FilterFuzz.cpp
@@ -580,7 +580,7 @@ static sk_sp<SkImageFilter> make_image_filter(bool canBeNull) {
break;
case MAGNIFIER:
filter = SkMagnifierImageFilter::Make(make_rect(),
- make_scalar(true),
+ make_scalar(true),
make_image_filter());
break;
case DOWN_SAMPLE:
« no previous file with comments | « no previous file | fuzz/fuzz.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698