commit | afea9c32acd961b3e509ab3833657daad66d5732 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@google.com> | Wed Aug 01 15:00:32 2018 +1000 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Aug 01 13:29:21 2018 +0000 |
tree | 7c280500c9d9431b2d9d5c5ce40909e3accc8565 | |
parent | fd98c2c8716435fd630ea6d746d9cb6009fd93e3 [diff] |
Avoid infinite loop in Codec_requiredFrame test Prior to this commit, the test would finish (and pass) with a correct SkCodec implementation, but could infinite loop (instead of finish with failure) with an incorrect implementation. Bug: skia: Change-Id: I89e8cfef9837c50e83a23e67a40204a9478a17cb Reviewed-on: https://skia-review.googlesource.com/144740 Reviewed-by: Leon Scroggins <scroggo@google.com> Commit-Queue: Leon Scroggins <scroggo@google.com>