From 1a32d4aed2534337556d452c545444551f0a780c Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Mon, 25 Apr 2011 20:02:38 +0000 Subject: [PATCH] add SK_API git-svn-id: http://skia.googlecode.com/svn/trunk@1178 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkPicture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h index be7bad5ae..ac21bc972 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.