Loading core/jni/android_view_SurfaceControl.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
core/jni/android_view_SurfaceControl.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading