aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkCodec_libpng.h
diff options
context:
space:
mode:
authorGravatar emmaleer <emmaleer@google.com>2015-07-20 13:38:44 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-20 13:38:45 -0700
commit973ae86a824c6c1ece428d6777d0bce648f3f20c (patch)
tree863f45e3e7fe2c4757aaa362de8aee91631b9865 /src/codec/SkCodec_libpng.h
parent85693c15c8948911afb0036a1a01bda64157a0ab (diff)
removing png_read_end from SkPngScanlineDecoder
Diffstat (limited to 'src/codec/SkCodec_libpng.h')
-rw-r--r--src/codec/SkCodec_libpng.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/codec/SkCodec_libpng.h b/src/codec/SkCodec_libpng.h
index cba5c2ad30..f932a0a2ee 100644
--- a/src/codec/SkCodec_libpng.h
+++ b/src/codec/SkCodec_libpng.h
@@ -59,7 +59,6 @@ private:
// Calls rewindIfNeeded and returns true if the decoder can continue.
bool handleRewind();
bool decodePalette(bool premultiply, int* ctableCount);
- void finish();
void destroyReadStruct();
friend class SkPngScanlineDecoder;