Support includePartialGlyphs=false in Font::offsetForPositionForComplexText
This patch supports includePartialGlyphs=false in
Font::offsetForPositionForComplexText(). This flag was supported in
offsetForPositionForSimpleText(), but was assumed to be always true in
offsetForPositionForComplexText().
Over 70 existing tests fail by the DCHECK added in this CL without this
fix when the hack in rewindToMidWordBreak() was removed.
BUG=
610791
Committed:
https://crrev.com/ad66862296c227c1b74a15f96632a67d941b6643
Cr-Commit-Position: refs/heads/master@{#393300}