commit | 9ae8fe1c601ecb7fef9962f9eb1adf11032378e4 | [log] [tgz] |
---|---|---|
author | fmalita <fmalita@chromium.org> | Tue Oct 13 08:59:23 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Oct 13 08:59:23 2015 -0700 |
tree | 94b30174c895385a93279dee3ee6d66d928ddf55 | |
parent | 598f3ff4b342fe0d57158ccea5059dfc981e8e3b [diff] |
[SkTextBlob] Remove incorrect builder assert At the end of TightRunBounds, glyphPosX cannot exceed the start of the next run. But glyphPosY is running ahead of glyphPosX (for kFull_Positioning) => the glyphPosY assert is incorrect. Since the two pointers advance in lock-step, there isn't much value in the glyphPosY assert anyway - we might as well remove it. BUG=chromium:542643 R=reed@google.com,bungeman@google.com Review URL: https://codereview.chromium.org/1405463004