Add SK_API to SkTextBlob and SkTextBlobBuilder.

BUG=skia:2868
R=fmalita@chromium.org, reed@google.com

Author: jbroman@chromium.org

Review URL: https://codereview.chromium.org/497993002
This commit is contained in:
jbroman 2014-08-25 06:22:12 -07:00 committed by Commit bot
parent a5c0863d98
commit 3053dfaefd

View File

@ -17,7 +17,7 @@
SkTextBlob combines multiple text runs into an immutable, ref-counted structure.
*/
class SkTextBlob : public SkRefCnt {
class SK_API SkTextBlob : public SkRefCnt {
public:
/**
* Returns the blob bounding box.
@ -87,7 +87,7 @@ private:
Helper class for constructing SkTextBlobs.
*/
class SkTextBlobBuilder {
class SK_API SkTextBlobBuilder {
public:
/**
* @param runs The number of runs to be added, if known. This is a storage hint and