From 7ffb1b21abcc7bbed5a0fc711f6dd7b9dbb4f577 Mon Sep 17 00:00:00 2001 From: "ctguil@chromium.org" Date: Tue, 15 Mar 2011 21:27:08 +0000 Subject: Add code needed to build skia as a windows dll within the chromium project. - Export/import skia APIs if SKIA_DLL is defined. - This change has no effect on skia. Review URL: http://codereview.appspot.com/4282042 git-svn-id: http://skia.googlecode.com/svn/trunk@944 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkColorShader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/core/SkColorShader.h') diff --git a/include/core/SkColorShader.h b/include/core/SkColorShader.h index f7251ff8a4..b7537e127b 100644 --- a/include/core/SkColorShader.h +++ b/include/core/SkColorShader.h @@ -24,7 +24,7 @@ accomplished by just using the color field on the paint, but if an actual shader object is needed, this provides that feature. */ -class SkColorShader : public SkShader { +class SK_API SkColorShader : public SkShader { public: /** Create a ColorShader that will inherit its color from the Paint at draw time. -- cgit v1.2.3