Remove sk_sp<SkData> from Fuzz helper class.
Calling SkData::MakeWithoutCopy does a heap allocation each
time to create the SkData wrapper object. In practice, the
Fuzz class did not benefit from using an SkData object, so
the heap allocation was wasted effort.
Change-Id: Id857f10f8fbd07957b59634dba97f4da8cb80bfb
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/768056
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
28 files changed