aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTextBlob.h
diff options
context:
space:
mode:
authorGravatar jbroman <jbroman@chromium.org>2014-08-25 06:22:12 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-25 06:22:12 -0700
commit3053dfaefd12abd220d961e7e4c661e6eb8ba90e (patch)
tree98e1ba70bd7abf6e2f9b2298c06d42fe720e6254 /include/core/SkTextBlob.h
parenta5c0863d983b8beb69afab51947ddb87dfe97064 (diff)
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
Diffstat (limited to 'include/core/SkTextBlob.h')
-rw-r--r--include/core/SkTextBlob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h
index d1b2e0fe1b..fcf1766c3e 100644
--- a/include/core/SkTextBlob.h
+++ b/include/core/SkTextBlob.h
@@ -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