Expose SkRuntimeShaderFactory class to clients

Test: Build and linked android
Change-Id: Ia98063fba2d2124335d71a5b1fe3a63f0c065f1e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/257327
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Stan Iliev <stani@google.com>
This commit is contained in:
Stan Iliev 2019-12-02 11:35:11 -05:00 committed by Skia Commit-Bot
parent 3281b961c5
commit cdf1bc3bd3

View File

@ -49,7 +49,7 @@ private:
typedef SkShaderBase INHERITED;
};
class SkRuntimeShaderFactory {
class SK_API SkRuntimeShaderFactory {
public:
SkRuntimeShaderFactory(SkString sksl, bool isOpaque);