add SK_API

git-svn-id: http://skia.googlecode.com/svn/trunk@1178 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2011-04-25 20:02:38 +00:00
parent 73fb0422a6
commit 1a32d4aed2

View File

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