BUG=skia:2868
R=fmalita@chromium.org, reed@google.com
Author: jbroman@chromium.org
Review URL: https://codereview.chromium.org/
497993002
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.
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