| Index: include/core/SkPngChunkReader.h | 
| diff --git a/include/core/SkPngChunkReader.h b/include/core/SkPngChunkReader.h | 
| index 0cd6634bce97d0e7c079075950ed82a3ef73b246..f424dd8cfc2b78c9a06e451038b1149608c5b0ad 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 SkCodec. | 
| + *  Used by SkImageDecoder and SkCodec. | 
| */ | 
| class SkPngChunkReader : public SkRefCnt { | 
| public: | 
|  |