aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/encode
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2017-05-12 08:54:13 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-12 13:21:49 +0000
commitb1d3b2e1df374cd69eb102a4c0d8dd1d80d86a46 (patch)
tree025cfbda10afd2a1e01d0e30865c3cd5ee50f555 /include/encode
parentf391f4e07d4424498ca81c8b4c328cc2049d5105 (diff)
SkEncoder base class needs SK_API
Bug: skia: Change-Id: I244da1f5f091eaa30d3f65946e11a2fc642b63ea Reviewed-on: https://skia-review.googlesource.com/16661 Reviewed-by: Matt Sarett <msarett@google.com> Commit-Queue: Matt Sarett <msarett@google.com>
Diffstat (limited to 'include/encode')
-rw-r--r--include/encode/SkEncoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/encode/SkEncoder.h b/include/encode/SkEncoder.h
index d1b99fd5af..3acfb97108 100644
--- a/include/encode/SkEncoder.h
+++ b/include/encode/SkEncoder.h
@@ -11,7 +11,7 @@
#include "SkPixmap.h"
#include "../private/SkTemplates.h"
-class SkEncoder : SkNoncopyable {
+class SK_API SkEncoder : SkNoncopyable {
public:
/**