Update SkCodec::rewindIfNeeded comment
Bug: skia: Change-Id: I3c08535115b139be80341543daea6d5e23065cd0 Reviewed-on: https://skia-review.googlesource.com/146022 Reviewed-by: Leon Scroggins <scroggo@google.com> Reviewed-by: Derek Sollenberger <djsollen@google.com> Commit-Queue: Derek Sollenberger <djsollen@google.com>
This commit is contained in:
parent
9802644319
commit
13df9817f8
@ -723,8 +723,8 @@ protected:
|
||||
* @returns true if the codec is at the right position and can be used.
|
||||
* false if there was a failure to rewind.
|
||||
*
|
||||
* This is called by getPixels() and start(). Subclasses may call if they
|
||||
* need to rewind at another time.
|
||||
* This is called by getPixels(), getYUV8Planes(), startIncrementalDecode() and
|
||||
* startScanlineDecode(). Subclasses may call if they need to rewind at another time.
|
||||
*/
|
||||
bool SK_WARN_UNUSED_RESULT rewindIfNeeded();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user