Descriptionfixing onSkipScanlines png error
There was a bug in onSkipScanlines where NULL was being passed instead of the SrcRow to png_read_rows.
This caused SkipScanlines to appear to be skipping, as fCurrScanline was updated and SkipScanlines returned success, however png_read_rows was not actually reading anything, and no lines were skipped.
Committed: https://skia.googlesource.com/skia/+/7dc9190b765d00467bed7076bacb568fb894e137
Patch Set 1 : fixing onSkipScanlines ong error #
Messages
Total messages: 7 (2 generated)
|