aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/sequential.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-06-14 00:03:31 -0400
committerJosh Matthews <josh@joshmatthews.net>2019-07-09 10:52:43 -0400
commit089823ae201ce5721fececd3cfec70c73d05d2c3 (patch)
tree2753f5da9edeea061aebf6c56a461717204360c8 /components/layout/sequential.rs
parentf1b10393c2b10ed3c54dfeff05a3b1b4d767f55a (diff)
downloadservo-089823ae201ce5721fececd3cfec70c73d05d2c3.tar.gz
servo-089823ae201ce5721fececd3cfec70c73d05d2c3.zip
Remove sometimes-unused bounds field from base display item to prevent confusion.
Diffstat (limited to 'components/layout/sequential.rs')
-rw-r--r--components/layout/sequential.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/sequential.rs b/components/layout/sequential.rs
index 113330f0162..16dd3b8d4da 100644
--- a/components/layout/sequential.rs
+++ b/components/layout/sequential.rs
@@ -85,7 +85,6 @@ pub fn build_display_list_for_subtree<'a>(
// background color.
let base = state.create_base_display_item(
Rect::new(Point2D::new(Au::new(0), Au::new(0)), client_size),
- Rect::new(Point2D::new(Au::new(0), Au::new(0)), client_size),
flow_root.as_block().fragment.node,
None,
DisplayListSection::BackgroundAndBorders,