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 | |
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')
-rw-r--r-- | components/layout_thread/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs index 887c31f4657..5f65adcc245 100644 --- a/components/layout_thread/lib.rs +++ b/components/layout_thread/lib.rs @@ -45,7 +45,7 @@ use layout::context::LayoutContext; use layout::context::RegisteredPainter; use layout::context::RegisteredPainters; use layout::display_list::items::{OpaqueNode, WebRenderImageInfo}; -use layout::display_list::{IndexableText, ToLayout, WebRenderDisplayListConverter}; +use layout::display_list::{IndexableText, ToLayout}; use layout::flow::{Flow, GetBaseFlow, ImmutableFlowUtils, MutableOwnedFlowUtils}; use layout::flow_ref::FlowRef; use layout::incremental::{RelayoutMode, SpecialRestyleDamage}; |