aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkColorShader.h
diff options
context:
space:
mode:
authorGravatar ctguil@chromium.org <ctguil@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-03-15 21:27:08 +0000
committerGravatar ctguil@chromium.org <ctguil@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-03-15 21:27:08 +0000
commit7ffb1b21abcc7bbed5a0fc711f6dd7b9dbb4f577 (patch)
tree6deb18fc39212bf0e90b684e25e3de14044f0a14 /include/core/SkColorShader.h
parentf67e4cf4c18cd228738a11372859ee0280bce1d7 (diff)
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
Diffstat (limited to 'include/core/SkColorShader.h')
-rw-r--r--include/core/SkColorShader.h2
1 files changed, 1 insertions, 1 deletions
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.