SkDocument SK_API

Review URL: https://codereview.chromium.org/726073002
This commit is contained in:
halcanary 2014-11-14 13:24:18 -08:00 committed by Commit bot
parent 71cb0c241e
commit 85588344c3

View File

@ -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)