aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkImageInfo.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-01-30 14:54:38 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-30 14:54:38 -0800
commit418149250a1ba720fa8046f8a25434c5c60744cc (patch)
treea949b981de81190cc7cdf5948ee9f6bebbc49b27 /include/core/SkImageInfo.h
parent3af41fab932f5ab1c6ef57cbf3aad0c0ed550f6e (diff)
export SkImageInfo
Diffstat (limited to 'include/core/SkImageInfo.h')
-rw-r--r--include/core/SkImageInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkImageInfo.h b/include/core/SkImageInfo.h
index 341ec143a2..f928416fe7 100644
--- a/include/core/SkImageInfo.h
+++ b/include/core/SkImageInfo.h
@@ -155,7 +155,7 @@ enum SkColorProfileType {
* Describe an image's dimensions and pixel type.
* Used for both src images and render-targets (surfaces).
*/
-struct SkImageInfo {
+struct SK_API SkImageInfo {
public:
SkImageInfo()
: fWidth(0)