diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-04-25 20:02:38 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-04-25 20:02:38 +0000 |
commit | 1a32d4aed2534337556d452c545444551f0a780c (patch) | |
tree | b8b7bfe57d37b9910e5f4811890a8dfa975edf56 /include | |
parent | 73fb0422a6c18896a685240af176c1a2ce7e9e38 (diff) |
add SK_API
git-svn-id: http://skia.googlecode.com/svn/trunk@1178 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkPicture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h index be7bad5aef..ac21bc972f 100644 --- a/include/core/SkPicture.h +++ b/include/core/SkPicture.h @@ -30,7 +30,7 @@ class SkWStream; The SkPicture class records the drawing commands made to a canvas, to be played back at a later time. */ -class SkPicture : public SkRefCnt { +class SK_API SkPicture : public SkRefCnt { public: /** The constructor prepares the picture to record. @param width the width of the virtual device the picture records. |