aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx_traits/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2019-09-06 17:11:36 +0200
committerSimon Sapin <simon.sapin@exyr.org>2019-09-06 17:15:53 +0200
commite9f7079c7066f032ba94a91317f4aa012e18d94c (patch)
tree4984479566176a34455ce4b01a7bb58c4a7b18e1 /components/gfx_traits/lib.rs
parent526619a78aa88944e917ab97c0f969eceea3ebc7 (diff)
downloadservo-e9f7079c7066f032ba94a91317f4aa012e18d94c.tar.gz
servo-e9f7079c7066f032ba94a91317f4aa012e18d94c.zip
Replace DisplayList::is_contentful with tracking during conversion to WR display lists
Diffstat (limited to 'components/gfx_traits/lib.rs')
-rw-r--r--components/gfx_traits/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/gfx_traits/lib.rs b/components/gfx_traits/lib.rs
index a3a85499a9e..165059c7996 100644
--- a/components/gfx_traits/lib.rs
+++ b/components/gfx_traits/lib.rs
@@ -103,8 +103,3 @@ pub fn node_id_from_scroll_id(id: usize) -> Option<usize> {
}
None
}
-
-pub trait DisplayList {
- /// Returns true if this display list contains meaningful content.
- fn is_contentful(&self) -> bool;
-}