aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/skottie/Skottie.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/skottie/Skottie.h')
-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,