diff options
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkImage.h | 2 | ||||
-rw-r--r-- | include/core/SkSurface.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h index b8ebc3aca5..3920eeab00 100644 --- a/include/core/SkImage.h +++ b/include/core/SkImage.h @@ -33,7 +33,7 @@ class GrTexture; * 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) diff --git a/include/core/SkSurface.h b/include/core/SkSurface.h index 4a3802912f..d4d5c5237e 100644 --- a/include/core/SkSurface.h +++ b/include/core/SkSurface.h @@ -24,7 +24,7 @@ class GrRenderTarget; * 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) |