diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-06-08 15:04:37 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2020-06-09 13:05:16 -0400 |
commit | abc689e03437cc708f9941221307cefc69ad0c47 (patch) | |
tree | 895b4218c8625aca78b2dcb12a9f70e161be31ad /components/layout_traits | |
parent | 75efaa95f53dd0f110d02d5d4009bb491290af4d (diff) | |
download | servo-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.rs | 1 |
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, |