From acfdfd2fa98562c9f891fbee2dbc3424803c1a3c Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Wed, 12 Oct 2016 10:13:27 +1000 Subject: Remove old rendering backend. This removes paint threads, rust-layers dependency, and changes optional webrender types to be required. The use_webrender option has been removed, however I've left the "-w" command line option in place so that wpt runner can continue to pass that. Once it's removed from there we can also remove the -w option. Once this stage is complete, it should be fine to change the display list building code to generate webrender display lists directly and avoid the conversion step. --- components/script_layout_interface/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'components/script_layout_interface/lib.rs') diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs index ee2a2a8b75f..31d4334cb6d 100644 --- a/components/script_layout_interface/lib.rs +++ b/components/script_layout_interface/lib.rs @@ -39,7 +39,6 @@ extern crate selectors; extern crate string_cache; extern crate style; extern crate url; -extern crate util; pub mod message; pub mod reporter; -- cgit v1.2.3