gDefaultProfileIsSRGB symbol must exist in .so
fix fiddle TBR= Review URL: https://codereview.chromium.org/1912593003
This commit is contained in:
parent
0370712fd5
commit
730058f6a8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user