commit | 734d7e2be4082742578b633ea226f683b24586b5 | [log] [tgz] |
---|---|---|
author | Eric Sum <esum@google.com> | Tue Oct 12 14:34:05 2021 -0700 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Wed Oct 13 01:35:54 2021 +0000 |
tree | 9857e2bdf58f525b010cae9f02364e8851dd831e | |
parent | 5420cbcf657ddb40bb158e3a299b3cba65108b32 [diff] |
Export some classes callers may use for Skottie. 1) CachingResourceProvider - The immediate user of this is ChromeOS, but it seems like a generally useful ResourceProvider implementation that all can use. 2) Animation::Builder - See this CL: https://chromium-review.googlesource.com/c/chromium/src/+/3171517 It seems that windows builds fail with "undefined reference" linker errors when trying to use the Animation::Builder directly. My guess is that this is because the SK_API macro is needed to export it. Change-Id: Ief39fe6ec03f992a0be73e5be54b0119d2d82930 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/458407 Commit-Queue: Florin Malita <fmalita@google.com> Reviewed-by: Florin Malita <fmalita@google.com>