Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: include/core/SkDocument.h

Issue 726073002: SkDocument SK_API (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698