commit | 937c9c7eb4e06d4d3bc495e129c7b8103a5d6c0f | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Tue Sep 02 15:19:48 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Sep 02 15:19:48 2014 -0700 |
tree | 6b55340206e8628e0cf6faf21bb72896dcea9b8b | |
parent | 294739b848c7103afa92390855175dd0bd1cc2d8 [diff] |
Fix drawPosText() bounds bug. We didn't catch this in our local tests because we tend to use default kUTF8_TextEncoding with single-byte characters, which means N == byteLength. BUG=409110 R=reed@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/531933002