aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkColorShader.h
diff options
context:
space:
mode:
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.