add SK_API
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 25 Apr 2011 20:02:38 +0000 (20:02 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 25 Apr 2011 20:02:38 +0000 (20:02 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@1178 2bbb7eff-a529-9590-31e7-b0007b416f81

include/core/SkPicture.h

index be7bad5..ac21bc9 100644 (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.