aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDrawFilter.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/SkDrawFilter.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/SkDrawFilter.h')
-rw-r--r--include/core/SkDrawFilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkDrawFilter.h b/include/core/SkDrawFilter.h
index 73b2ca58e0..7471f9b2df 100644
--- a/include/core/SkDrawFilter.h
+++ b/include/core/SkDrawFilter.h
@@ -21,7 +21,7 @@ class SkPaint;
* used for the actual drawing. Note: this modification only lasts for the
* current draw, as a temporary copy of the paint is used.
*/
-class SkDrawFilter : public SkRefCnt {
+class SK_API SkDrawFilter : public SkRefCnt {
public:
SK_DECLARE_INST_COUNT(SkDrawFilter)