[Layout API] Use ownerLayoutItem() in LayoutView (part 2)
Direct access to LayoutPart is deprecated and being removed soon. The replacement is LayoutPartItem, which routes methods through the new block layout API. (See linked crbug for details.) This means the ownerLayoutObject() method is also deprecated, to be replaced with ownerLayoutItem(). There are no functional changes, although I did need to add two methods to LayoutBoxItem. BUG=499321 Review-Url: https://codereview.chromium.org/2268823006 Cr-Commit-Position: refs/heads/master@{#415447}
Showing
Please register or sign in to comment