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

Use DisplayListSection everywhere #9059

Merged
merged 1 commit into from Jan 9, 2016

Commits on Jan 8, 2016

  1. Use DisplayListSection everywhere

    DisplayListSection, StackingLevel, and BackgroundAndBorderLevel all
    represent pretty much the same thing, a particular section of the
    display list. Instead of maintaining three enums which do the same
    thing, just use DisplayListSection everywhere. It's a superset of the
    other two and this change will make it easier to flatten the DisplayList
    in the future for WebRender.
    mrobinson committed Jan 8, 2016
You can’t perform that action at this time.