[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 Review URL: https://codereview.chromium.org/1629643002 Cr-Commit-Position: refs/heads/master@{#371740}
Showing
Please register or sign in to comment