Fix SkCodecs::ColorProfile builds
SkEncodedInfo had only-inline functions and so it got away with not
having SK_API. Now that not all of it is inline, it can't get away with
that anymore.
SkAvifCodec.cpp needs to include SkCodecPriv.h
Change-Id: I5d1f3c58ce8da05e49ea31a4ec4e69e2445b80ad
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1116196
Reviewed-by: Christopher Cameron <ccameron@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Christopher Cameron <ccameron@google.com>
2 files changed