aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkImageInfo.h
diff options
context:
space:
mode:
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)