Fix vulkan compile
TBR=jvanverth@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2122263003 Review-Url: https://codereview.chromium.org/2122263003
This commit is contained in:
parent
e5fb9c8079
commit
6e46eea63e
@ -320,7 +320,7 @@ bool GrVkFreeListAlloc::alloc(VkDeviceSize requestedSize,
|
||||
#endif
|
||||
}
|
||||
fFreeSize -= alignedSize;
|
||||
SkASSERT(allocSize > 0);
|
||||
SkASSERT(*allocSize > 0);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user