Review URL: https://codereview.chromium.org/
14328002
git-svn-id: http://skia.googlecode.com/svn/trunk@8736
2bbb7eff-a529-9590-31e7-
b0007b416f81
* change, if for example that image can be re-created via encoded data or
* other means.
*/
-class SkImage : public SkRefCnt {
+class SK_API SkImage : public SkRefCnt {
public:
SK_DECLARE_INST_COUNT(SkImage)
* To draw into a canvas, first create the appropriate type of Surface, and
* then request the canvas from the surface.
*/
-class SkSurface : public SkRefCnt {
+class SK_API SkSurface : public SkRefCnt {
public:
SK_DECLARE_INST_COUNT(SkSurface)