aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_traits
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-06-08 15:04:37 -0400
committerJosh Matthews <josh@joshmatthews.net>2020-06-09 13:05:16 -0400
commitabc689e03437cc708f9941221307cefc69ad0c47 (patch)
tree895b4218c8625aca78b2dcb12a9f70e161be31ad /components/layout_traits
parent75efaa95f53dd0f110d02d5d4009bb491290af4d (diff)
downloadservo-abc689e03437cc708f9941221307cefc69ad0c47.tar.gz
servo-abc689e03437cc708f9941221307cefc69ad0c47.zip
Remove unecessary webrender document from layout.
Diffstat (limited to 'components/layout_traits')
-rw-r--r--components/layout_traits/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout_traits/lib.rs b/components/layout_traits/lib.rs
index 2ee0021df96..c33aa3e47aa 100644
--- a/components/layout_traits/lib.rs
+++ b/components/layout_traits/lib.rs
@@ -44,7 +44,6 @@ pub trait LayoutThreadFactory {
time_profiler_chan: time::ProfilerChan,
mem_profiler_chan: mem::ProfilerChan,
webrender_api_sender: WebrenderIpcSender,
- webrender_document: webrender_api::DocumentId,
paint_time_metrics: PaintTimeMetrics,
busy: Arc<AtomicBool>,
load_webfonts_synchronously: bool,