| commit | ea599b0be3e912060db3a4a2b3bf2510c114775c | [log] [tgz] |
|---|---|---|
| author | kojii <kojii@chromium.org> | Fri Nov 04 05:14:53 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Nov 04 05:18:48 2016 |
| tree | 14076e0e8ade1566cc4210f92a4e98cdaa19a67c | |
| parent | 4377f6270a5f3a53d2bb56f5a276c243aa36f7e8 [diff] |
Fix BiDi directionality for surrogate pair characters This patch fixes BiDi directionality for non-BMP (surrogate pair) characters. LayoutText::codepointAt was changed to use ICU U16_GET function that can compute even when the index is at the mid of a surrogate pair. Rebaseline incorrect expected for svg/text/surrogate-pair-queries.html BUG=488904 Review-Url: https://codereview.chromium.org/2473863003 Cr-Commit-Position: refs/heads/master@{#429790}