| Index: include/core/SkImageInfo.h
|
| diff --git a/include/core/SkImageInfo.h b/include/core/SkImageInfo.h
|
| index 341ec143a2273e22fdc10fdf359c0098b326d114..f928416fe7bd1c9df84ef431ee13229f35c184d1 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)
|
|
|