• 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