aboutsummaryrefslogtreecommitdiffhomepage
path: root/fuzz/Fuzz.h
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/Fuzz.h')
-rw-r--r--fuzz/Fuzz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/Fuzz.h b/fuzz/Fuzz.h
index 203a57fd9f..4fb7396ecc 100644
--- a/fuzz/Fuzz.h
+++ b/fuzz/Fuzz.h
@@ -62,6 +62,7 @@ private:
sk_sp<SkData> fBytes;
size_t fNextByte;
+ friend void fuzz__MakeEncoderCorpus(Fuzz*);
};
// UBSAN reminds us that bool can only legally hold 0 or 1.