servo/components/gfx/display_list
Martin Robinson d720452698 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.
2016-01-08 10:19:03 -08:00
..
mod.rs Use DisplayListSection everywhere 2016-01-08 10:19:03 -08:00
optimizer.rs Mix stacking contexts into the positioned content list 2015-11-03 17:47:39 -08:00