aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPngChunkReader.h
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2016-03-23 11:28:09 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-23 11:28:09 -0700
commitf799706656f2581c5bf5510d94df3fa17cce1607 (patch)
tree2b1e20c2dd8e5a0a705611c8ce1246195106ee16 /include/core/SkPngChunkReader.h
parenta567dde7fc667556e12ef6973a4ea03afb1dfbeb (diff)
Delete SkImageDecoder
This image decoding implementation has been replaced by SkCodec in Android. Additionally, we have replaced uses of SkImageDecoder in Skia and Google3 with uses of SkCodec. Now we can delete SkImageDecoder :). BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1820503002 CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac-Clang-x86_64-Release-CMake-Trybot Review URL: https://codereview.chromium.org/1820503002
Diffstat (limited to 'include/core/SkPngChunkReader.h')
-rw-r--r--include/core/SkPngChunkReader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPngChunkReader.h b/include/core/SkPngChunkReader.h
index f424dd8cfc..0cd6634bce 100644
--- a/include/core/SkPngChunkReader.h
+++ b/include/core/SkPngChunkReader.h
@@ -16,7 +16,7 @@
*
* Base class for optional callbacks to retrieve meta/chunk data out of a PNG
* encoded image as it is being decoded.
- * Used by SkImageDecoder and SkCodec.
+ * Used by SkCodec.
*/
class SkPngChunkReader : public SkRefCnt {
public: