diff options
author | vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-18 18:53:28 +0000 |
---|---|---|
committer | vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-18 18:53:28 +0000 |
commit | 7f1ffa6b4280f8104a273eca0b4b5898dd2f9e68 (patch) | |
tree | b26bd1ccc64a001b0dc8aff2e825ef27b51f2bfa | |
parent | f2f8fc37265a6ef06897117451a3a9238287c13b (diff) |
Add SK_API for SkData. Needed for https://bugs.webkit.org/show_bug.cgi?id=91171
Review URL: https://codereview.appspot.com/6420047
git-svn-id: http://skia.googlecode.com/svn/trunk@4658 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | include/core/SkData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkData.h b/include/core/SkData.h index 301a4d88eb..0c8e187b64 100644 --- a/include/core/SkData.h +++ b/include/core/SkData.h @@ -18,7 +18,7 @@ * but the actual ptr that is returned (by data() or bytes()) is guaranteed * to always be the same for the life of this instance. */ -class SkData : public SkRefCnt { +class SK_API SkData : public SkRefCnt { public: SK_DECLARE_INST_COUNT(SkData) |