| Index: src/core/SkImageInfo.cpp
|
| diff --git a/src/core/SkImageInfo.cpp b/src/core/SkImageInfo.cpp
|
| index 4e0fe077747c5330cb48da8775f8acb59ca5e21e..21b206df781e3fec25e42f9b9d5fc5d26fa215d7 100644
|
| --- a/src/core/SkImageInfo.cpp
|
| +++ b/src/core/SkImageInfo.cpp
|
| @@ -9,7 +9,7 @@
|
| #include "SkReadBuffer.h"
|
| #include "SkWriteBuffer.h"
|
|
|
| -bool gDefaultProfileIsSRGB;
|
| +SK_API bool gDefaultProfileIsSRGB;
|
|
|
| static bool profile_type_is_valid(SkColorProfileType profileType) {
|
| return (profileType >= 0) && (profileType <= kLastEnum_SkColorProfileType);
|
|
|