aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkCodec_libpng.h
diff options
context:
space:
mode:
authorGravatar emmaleer <emmaleer@google.com>2015-06-22 10:40:21 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-22 10:40:21 -0700
commit0a4c3cbfd77e11901c66ac29bf1417a42b87fd31 (patch)
tree1bd8bbaa63f59a668459eff45edd2923b08c2b8d /src/codec/SkCodec_libpng.h
parent059ac00446404506a46cd303db15239c7aae49d5 (diff)
Implemented onGetScanlines and onSkipScanlines for interlaced pngs
Modified DM tests to be faster when decoding interlaced pngs BUG=skia: Review URL: https://codereview.chromium.org/1194703002
Diffstat (limited to 'src/codec/SkCodec_libpng.h')
-rw-r--r--src/codec/SkCodec_libpng.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codec/SkCodec_libpng.h b/src/codec/SkCodec_libpng.h
index 3146331764..a105c3c5e3 100644
--- a/src/codec/SkCodec_libpng.h
+++ b/src/codec/SkCodec_libpng.h
@@ -58,6 +58,7 @@ private:
void destroyReadStruct();
friend class SkPngScanlineDecoder;
+ friend class SkPngInterlacedScanlineDecoder;
typedef SkCodec INHERITED;
};