mirror of
https://github.com/servo/servo.git
synced 2025-10-07 03:59:23 +01:00
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. |
||
---|---|---|
.. | ||
mod.rs |