Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: include/core/SkTextBlob.h

Issue 497993002: Add SK_API to SkTextBlob and SkTextBlobBuilder. (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkTextBlob.h
diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h
index d1b2e0fe1b94f83159869251de19fadc79d5e395..fcf1766c3ee1898a4fffce64121e462f9fc8f8b1 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698