| Index: samplecode/SampleFilterFuzz.cpp
|
| diff --git a/samplecode/SampleFilterFuzz.cpp b/samplecode/SampleFilterFuzz.cpp
|
| index d15c6ebc905dc3030a3af839a128672ae3a3d6e6..06e14f0e7da7b3549d086942d7f875ca565146af 100644
|
| --- a/samplecode/SampleFilterFuzz.cpp
|
| +++ b/samplecode/SampleFilterFuzz.cpp
|
| @@ -31,6 +31,9 @@
|
| #include <stdio.h>
|
| #include <time.h>
|
|
|
| +//#define SK_ADD_RANDOM_BIT_FLIPS
|
| +//#define SK_FUZZER_IS_VERBOSE
|
| +
|
| static const uint32_t kSeed = (uint32_t)(time(NULL));
|
| static SkRandom gRand(kSeed);
|
| static bool return_large = false;
|
|
|