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:
egdaniel 2016-07-07 08:12:33 -07:00 committed by Commit bot
parent e5fb9c8079
commit 6e46eea63e

View File

@ -320,7 +320,7 @@ bool GrVkFreeListAlloc::alloc(VkDeviceSize requestedSize,
#endif
}
fFreeSize -= alignedSize;
SkASSERT(allocSize > 0);
SkASSERT(*allocSize > 0);
return true;
}