aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkMaskFilter.h
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-13 17:13:18 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-13 17:13:18 +0000
commit4200dfe9c1a2c0e99a7155a63fbffb01e9d1fd28 (patch)
treea561d09447b9579f16b629fc571c3119927a5743 /include/core/SkMaskFilter.h
parent62566f361f44bfaefcef69c2a6635aabdc44361b (diff)
Add SK_API to base classes of classes with SK_API.
https://codereview.appspot.com/6683044/ This change should unblock rolling Skia DEPS past r5914. TBR=reed git-svn-id: http://skia.googlecode.com/svn/trunk@5946 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkMaskFilter.h')
-rw-r--r--include/core/SkMaskFilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkMaskFilter.h b/include/core/SkMaskFilter.h
index 6652f400d5..47cf516f2f 100644
--- a/include/core/SkMaskFilter.h
+++ b/include/core/SkMaskFilter.h
@@ -31,7 +31,7 @@ class SkRasterClip;
Blur and emboss are implemented as subclasses of SkMaskFilter.
*/
-class SkMaskFilter : public SkFlattenable {
+class SK_API SkMaskFilter : public SkFlattenable {
public:
SK_DECLARE_INST_COUNT(SkMaskFilter)