Merge "Remove bogus SkASSERT"
This commit is contained in:
committed by
Android (Google) Code Review
commit
4c39196819
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user