From c877a404e02772ff650a09a18f64844e4df745a0 Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Wed, 23 May 2018 16:35:56 -0400 Subject: [skottie] SK_API-export public classes TBR= Change-Id: I14fcbf0932ff5c6de6fc4b500647f74d55d72266 Reviewed-on: https://skia-review.googlesource.com/129463 Reviewed-by: Florin Malita Commit-Queue: Florin Malita --- experimental/skottie/Skottie.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'experimental') 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 openStream(const char resource[]) const = 0; }; -class Animation : public SkRefCnt { +class SK_API Animation : public SkRefCnt { public: struct Stats { float fTotalLoadTimeMS, -- cgit v1.2.3