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

Wait as late as possible to assign ClipIds #18951

Merged

Commits on Oct 24, 2017

  1. Wait as late as possible to assign ClipIds

    This will allow Servo to create ClipScrollNodes later during display
    list construction, which will be necessary once rounded rectangles
    are removed from the LocalClip structure. Instead of keeping track
    of the ClipId of each ClipScrollNode, we keep track of its index in an
    array of ClipScrollNodes. This will allow us to access them without a
    hash lookup.
    mrobinson committed Oct 24, 2017
You can’t perform that action at this time.