Chromium Code Reviews| Index: include/core/SkDocument.h |
| diff --git a/include/core/SkDocument.h b/include/core/SkDocument.h |
| index bd9e5ec890e2c1afcf0136a1833d0fcc1a6baffa..83098aa65c082db0f9f05fdad5082a3c15c3de38 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) |