Use SkColorSpacePrintf instead of SkDebugf
TBR=reed@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1828503002 Review URL: https://codereview.chromium.org/1828503002
This commit is contained in:
parent
fe170d28d7
commit
1cf632500a
@ -174,7 +174,7 @@ sk_sp<SkColorSpace> SkColorSpace::NewNamed(Named named) {
|
||||
|
||||
#define return_null(msg) \
|
||||
do { \
|
||||
SkDebugf("Invalid ICC Profile: %s.\n", (msg)); \
|
||||
SkColorSpacePrintf("Invalid ICC Profile: %s.\n", (msg)); \
|
||||
return nullptr; \
|
||||
} while (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user