diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-09-06 16:59:11 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-09-06 16:59:11 +0200 |
commit | 526619a78aa88944e917ab97c0f969eceea3ebc7 (patch) | |
tree | 4423876441962fe4acaba2600c5b6c8b54873c15 /components/layout_thread_2020/lib.rs | |
parent | e852d02f1c02b42b5eb5b0ee592d5128f1232458 (diff) | |
download | servo-526619a78aa88944e917ab97c0f969eceea3ebc7.tar.gz servo-526619a78aa88944e917ab97c0f969eceea3ebc7.zip |
Replace the WebRenderDisplayItemConverter trait with an inherent method
Diffstat (limited to 'components/layout_thread_2020/lib.rs')
-rw-r--r-- | components/layout_thread_2020/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout_thread_2020/lib.rs b/components/layout_thread_2020/lib.rs index 82919fa75c1..6db5e2e8681 100644 --- a/components/layout_thread_2020/lib.rs +++ b/components/layout_thread_2020/lib.rs @@ -38,7 +38,6 @@ use ipc_channel::ipc::{self, IpcReceiver, IpcSender}; use ipc_channel::router::ROUTER; use layout::context::LayoutContext; use layout::display_list::items::DisplayList; -use layout::display_list::WebRenderDisplayListConverter; use layout::query::{ process_content_box_request, process_content_boxes_request, LayoutRPCImpl, LayoutThreadData, }; |