gDefaultProfileIsSRGB symbol must exist in .so

fix fiddle
TBR=

Review URL: https://codereview.chromium.org/1912593003
This commit is contained in:
halcanary 2016-04-21 09:56:43 -07:00 committed by Commit bot
parent 0370712fd5
commit 730058f6a8

View File

@ -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);