From: robertphillips@google.com Date: Sun, 29 Sep 2013 14:48:38 +0000 (+0000) Subject: Added SK_API to SkPathRef.h X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~10660 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=650ead2f1b1180b04cbdd1550bceb2ab45922db3;p=platform%2Fupstream%2FlibSkiaSharp.git Added SK_API to SkPathRef.h git-svn-id: http://skia.googlecode.com/svn/trunk@11515 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/include/core/SkPathRef.h b/include/core/SkPathRef.h index eefbf66..2c5086a 100644 --- a/include/core/SkPathRef.h +++ b/include/core/SkPathRef.h @@ -34,7 +34,7 @@ class SkWBuffer; * logical verb or the last verb in memory). */ -class SkPathRef : public ::SkRefCnt { +class SK_API SkPathRef : public ::SkRefCnt { public: SK_DECLARE_INST_COUNT(SkPathRef);