Description[Line Layout API] Convert some SVG code to line layout API or shim
Classes outside of core/layout/ that need a reference to an InlineBox's
layoutObject must currently use the API-busting shim we've set up to
get a reference to a LineLayoutItem's underlying layoutObject.
Some references can simply be changed to lineLayoutItem() directly, where
the line layout API already provides access to the methods used.
There are no functional changes.
BUG=499321
Committed: https://crrev.com/9bbb45c62ed9853ef50fc418861ee222a3714fbe
Cr-Commit-Position: refs/heads/master@{#371740}
Patch Set 1 #Patch Set 2 : layoutObjectFrom -> constLayoutObjectFrom #
Dependent Patchsets: Messages
Total messages: 11 (5 generated)
|