From 4200dfe9c1a2c0e99a7155a63fbffb01e9d1fd28 Mon Sep 17 00:00:00 2001 From: "bungeman@google.com" Date: Sat, 13 Oct 2012 17:13:18 +0000 Subject: 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 --- include/core/SkDrawFilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/core/SkDrawFilter.h') 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) -- cgit v1.2.3