diff options
Diffstat (limited to 'include/core/SkSurface.h')
-rw-r--r-- | include/core/SkSurface.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |