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
This commit is contained in:
bungeman@google.com 2012-10-13 17:13:18 +00:00
parent 62566f361f
commit 4200dfe9c1
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -18,7 +18,7 @@ class SkMatrix;
class SkPath;
struct SkIRect;
class SkRasterizer : public SkFlattenable {
class SK_API SkRasterizer : public SkFlattenable {
public:
SK_DECLARE_INST_COUNT(SkRasterizer)