commit | 9345eef3a052b6f7d41b1e2ab7dd075682188ffa | [log] [tgz] |
---|---|---|
author | huangs <huangs@chromium.org> | Mon Mar 02 07:51:17 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Mar 02 07:51:17 2015 -0800 |
tree | cf78990e711eede3d4a158d603c92201e25877b4 | |
parent | 7f966f4cf8baee769d7b52dce1dd48e8512302e4 [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