aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDocument.h
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2014-11-14 13:24:18 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-14 13:24:18 -0800
commit85588344c3ef43768e27881f71079edb372119b5 (patch)
treea98efc0c7084837df103f6a8bf0239bab59db940 /include/core/SkDocument.h
parent71cb0c241e439b6ed746b90294d0b6916644a644 (diff)
SkDocument SK_API
Diffstat (limited to 'include/core/SkDocument.h')
-rw-r--r--include/core/SkDocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkDocument.h b/include/core/SkDocument.h
index bd9e5ec890..83098aa65c 100644
--- a/include/core/SkDocument.h
+++ b/include/core/SkDocument.h
@@ -30,7 +30,7 @@ class SkWStream;
* c. doc->endPage();
* 3. Close the document with doc->close().
*/
-class SkDocument : public SkRefCnt {
+class SK_API SkDocument : public SkRefCnt {
public:
SK_DECLARE_INST_COUNT(SkDocument)