servo/components/gfx
bors-servo 40083a7aa8 Auto merge of #9962 - mrobinson:display-list-simplification, r=pcwalton
Simplify the display list slightly

Now that WebRender uses an Iframe display item, we do not need the Noop
item for the non-WebRender path. We can simply reuse the Iframe display
item. Also remove the layer_id member from the LayeredItem struct, as
it is unused.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9962)
<!-- Reviewable:end -->
2016-03-11 11:22:29 +05:30
..
display_list Simplify the display list slightly 2016-03-10 14:33:22 -08:00
platform Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
text Remove util::vec::Comparator 2016-03-01 14:28:16 +01:00
Cargo.toml Bump url to 0.5.7 2016-03-09 20:15:16 +01:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
font_cache_thread.rs Make use of From<String> for Atom 2016-02-24 17:52:13 +01:00
font_context.rs Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
font_template.rs Derive Debug on FontGroup and its components 2015-12-12 10:04:33 +01:00
lib.rs Move util::range into its own crate 2016-02-25 21:06:10 -05:00
paint_context.rs Move util::range into its own crate 2016-02-25 21:06:10 -05:00
paint_thread.rs Flatten display list structure 2016-03-01 14:50:07 -08:00