commit | 7dc9190b765d00467bed7076bacb568fb894e137 | [log] [tgz] |
---|---|---|
author | emmaleer <emmaleer@google.com> | Wed May 27 08:49:04 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed May 27 08:49:04 2015 -0700 |
tree | 7bcc62e29bea98f0da245c09e26ef089c88a763f | |
parent | 9572a10c9a6a868bbb8f71d7806d0a45f183333f [diff] |
fixing 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. Review URL: https://codereview.chromium.org/1159853003