Force glyph overflow calculation
Currently we ignore horizontal glyph overflow in most cases, causing
overhang part of glyphs not included into overflow rect of line boxes.
This causes incorrect visual overflow of layout objects, and incorrect
cull rect.
Now always calculate glyph overflow.
BUG=
496317
TEST=fast/text/glyph-overflow.html
Committed:
https://src.chromium.org/viewvc/blink?view=rev&revision=196730