From 7f1ffa6b4280f8104a273eca0b4b5898dd2f9e68 Mon Sep 17 00:00:00 2001 From: "vandebo@chromium.org" Date: Wed, 18 Jul 2012 18:53:28 +0000 Subject: [PATCH] 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 --- include/core/SkData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/SkData.h b/include/core/SkData.h index 301a4d8..0c8e187 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) -- 2.7.4