Chromium Code Reviews
DescriptionEnsure Omnibox suggestion measure width matches layout width.
The layout of the suggestion text was limiting the available
space to ensure it aligned with the omnibox above. The
measure pass did not and allowed the text to consume all
the available space, so the text was measured wider than the
layout given and thus clipped off the trailing part of the
text.
BUG=718432
Patch Set 1 #
|
|||||||||||||||||||