Description[WIP: not for review] Reduce re-layout
Add multi-line elision support for RenderText
Omnibox "answers in suggest" needs to support the new
dictionary definition answer type, which requires
multi-line elision support from RenderText. This CL is
just the RenderText support changes.
The strategy employed is to render the text into an
unlimited number of lines (like the current unelided
method) then to elide the last line supported (if
necessary.)
BUG=591803
patch from issue 1868183002 at patchset 200001 (http://crrev.com/1868183002#ps200001)
Patch Set 1 #
Total comments: 3
Messages
Total messages: 10 (3 generated)
|