add SK_API
git-svn-id: http://skia.googlecode.com/svn/trunk@1178 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
73fb0422a6
commit
1a32d4aed2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user