| Index: include/codec/SkCodec.h
 | 
| diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h
 | 
| index 051564cf734ea0ee0129d5d20e0d73012905ad70..6f313a1c7058715c8e7c95a82ca1448b152b245e 100644
 | 
| --- a/include/codec/SkCodec.h
 | 
| +++ b/include/codec/SkCodec.h
 | 
| @@ -121,8 +121,8 @@ protected:
 | 
|      /**
 | 
|       *  Override if your codec supports scanline decoding.
 | 
|       *
 | 
| -     *  No need to call rewindIfNeeded(), which will have already been called
 | 
| -     *  by the base class.
 | 
| +     *  As in onGetPixels(), the implementation must call rewindIfNeeded() and
 | 
| +     *  handle as appropriate.
 | 
|       *
 | 
|       *  @param dstInfo Info of the destination. If the dimensions do not match
 | 
|       *      those of getInfo, this implies a scale.
 | 
| 
 |