mirror of
https://github.com/servo/servo
synced 2026-05-15 11:26:50 +02:00
We would like to remove this functionality from WebRender, so convert its use to clip scroll nodes. This change also removes the redundant BlocBlockStackingContextType in favor of Option<StackingContextType>, which is just as expressive. This simplifies the code a bit.