diff options
Diffstat (limited to 'include/core/SkComposeShader.h')
-rw-r--r-- | include/core/SkComposeShader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkComposeShader.h b/include/core/SkComposeShader.h index 0b198f6..ea37549 100644 --- a/include/core/SkComposeShader.h +++ b/include/core/SkComposeShader.h @@ -27,7 +27,7 @@ class SkXfermode; This subclass of shader returns the coposition of two other shaders, combined by a xfermode. */ -class SkComposeShader : public SkShader { +class SK_API SkComposeShader : public SkShader { public: /** Create a new compose shader, given shaders A, B, and a combining xfermode mode. When the xfermode is called, it will be given the result from shader A as its |