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
This commit is contained in:
parent
f2f8fc3726
commit
7f1ffa6b42
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user