aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2018-05-23 16:35:56 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-23 21:10:11 +0000
commitc877a404e02772ff650a09a18f64844e4df745a0 (patch)
tree00071f88b06d0625f4b8723be3237e3ab0d11701 /experimental
parent4aafb3a8d12015067fae1301c2f5951f398eb25b (diff)
[skottie] SK_API-export public classes
TBR= Change-Id: I14fcbf0932ff5c6de6fc4b500647f74d55d72266 Reviewed-on: https://skia-review.googlesource.com/129463 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'experimental')
-rw-r--r--experimental/skottie/Skottie.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/skottie/Skottie.h b/experimental/skottie/Skottie.h
index 275127aa4e..0a89ca0438 100644
--- a/experimental/skottie/Skottie.h
+++ b/experimental/skottie/Skottie.h
@@ -25,14 +25,14 @@ namespace skottie {
namespace json { class ValueRef; }
-class ResourceProvider : public SkNoncopyable {
+class SK_API ResourceProvider : public SkNoncopyable {
public:
virtual ~ResourceProvider() = default;
virtual std::unique_ptr<SkStream> openStream(const char resource[]) const = 0;
};
-class Animation : public SkRefCnt {
+class SK_API Animation : public SkRefCnt {
public:
struct Stats {
float fTotalLoadTimeMS,