Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename AbsolutelyPositionedBox::layout to AbsolutelyPositionedBox::to_hoisted #25864

Merged
merged 1 commit into from Feb 28, 2020

Commits on Feb 28, 2020

  1. Rename AbsolutelyPositionedBox::layout to AbsolutelyPositionedBox::to…

    …_hoisted
    
    This method doesn't actually do any layout, but converts this block to a
    HoistedAbsolutelyPositionedBox which is hoisted and then laid-out with
    its containing block later. This makes the code a little easier to read.
    mrobinson committed Feb 28, 2020
You can’t perform that action at this time.