Merge "Remove bogus SkASSERT"

This commit is contained in:
TreeHugger Robot
2018-01-12 22:27:35 +00:00
committed by Android (Google) Code Review

View File

@@ -72,7 +72,6 @@ static struct {
// Implements SkMallocPixelRef::ReleaseProc, to delete the screenshot on unref.
void DeleteScreenshot(void* addr, void* context) {
SkASSERT(addr == ((ScreenshotClient*) context)->getPixels());
delete ((ScreenshotClient*) context);
}