commit | 7ba89a15fcba8543da6bef56674cd0806dcc6439 | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@chromium.org> | Tue Jan 10 13:42:51 2017 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Jan 10 19:20:22 2017 +0000 |
tree | 167a39dd9bbce9ed49d3298d5b7ed18e2c7c056e | |
parent | 4641d7d0550c6abcb6ffbda9941f6add268c017c [diff] |
SkSplicer: test and fix loop logic The new test would fail without the the change in SkSplicer.cpp to call fSpliced(x,x+body) instead of fSpliced(x,body). The rest of the changes are cosmetic, mostly renaming n to limit. Change-Id: Iae28802d0adb91e962ed3ee60fa5a4334bd140f9 Reviewed-on: https://skia-review.googlesource.com/6837 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>