aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils/SkParse.h
diff options
context:
space:
mode:
authorGravatar huangs <huangs@chromium.org>2015-03-02 07:51:17 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-02 07:51:17 -0800
commit9345eef3a052b6f7d41b1e2ab7dd075682188ffa (patch)
treecf78990e711eede3d4a158d603c92201e25877b4 /include/utils/SkParse.h
parent7f966f4cf8baee769d7b52dce1dd48e8512302e4 (diff)
[Skia] Add SK_API to SkParse.
For https://codereview.chromium.org/924063003/ , we would like to use the SkParse::FindColor(). Adding SK_API to SkParse is necessary for component build to work. BUG=skia: Review URL: https://codereview.chromium.org/971623003
Diffstat (limited to 'include/utils/SkParse.h')
-rw-r--r--include/utils/SkParse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/SkParse.h b/include/utils/SkParse.h
index c5aac7d04c..411605f7a9 100644
--- a/include/utils/SkParse.h
+++ b/include/utils/SkParse.h
@@ -12,7 +12,7 @@
#include "SkColor.h"
-class SkParse {
+class SK_API SkParse {
public:
static int Count(const char str[]); // number of scalars or int values
static int Count(const char str[], char separator);