aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2019-10-15 17:52:51 +0200
committerSimon Sapin <simon.sapin@exyr.org>2019-10-24 10:44:31 +0200
commitcfc3ffcd545a18806674cf3bb1e3ddcffff3d89e (patch)
tree139b37dc348c1a4c4231210611164d9039929e22 /components/layout_2020/lib.rs
parent4e8eeda976f1475b11b1630854a01046d51e3c44 (diff)
downloadservo-cfc3ffcd545a18806674cf3bb1e3ddcffff3d89e.tar.gz
servo-cfc3ffcd545a18806674cf3bb1e3ddcffff3d89e.zip
2020: paint background-color
Diffstat (limited to 'components/layout_2020/lib.rs')
-rw-r--r--components/layout_2020/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout_2020/lib.rs b/components/layout_2020/lib.rs
index b7578713f5d..5c046feecd7 100644
--- a/components/layout_2020/lib.rs
+++ b/components/layout_2020/lib.rs
@@ -17,6 +17,7 @@ use style::Zero;
pub mod context;
pub mod data;
+pub mod display_list;
mod dom_traversal;
mod element_data;
mod flow;