commit | 59af19f6203490547f53932171f05c8857f927ed | [log] [tgz] |
---|---|---|
author | Mike Reed <reed@google.com> | Thu Apr 12 17:26:40 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Apr 12 22:02:11 2018 +0000 |
tree | 990b0136b36f11adad14e69107f8ac493fcc3372 | |
parent | 92cbf3fc0112c99ec4aea9d8b7550a2573463262 [diff] |
can't abort looper loop, as saveCount won't be balanced This is triggered by a recent change to clear the looper from the paint we return. That change made the call to nothingToDraw() return true, which in turn meant we didn't get the balancing call to restore in the looper's next() call. Follow-up to https://skia-review.googlesource.com/c/skia/+/121062 Bug: skia: Change-Id: I3ba7d487e4193103fb1d223d34c9c6eb486eca09 Reviewed-on: https://skia-review.googlesource.com/121220 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Florin Malita <fmalita@chromium.org>