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/gfx/text/text_run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/gfx/text') diff --git a/components/gfx/text/text_run.rs b/components/gfx/text/text_run.rs index 7ab8f4a870f..db65dc49142 100644 --- a/components/gfx/text/text_run.rs +++ b/components/gfx/text/text_run.rs @@ -29,7 +29,7 @@ pub struct TextRun { pub font_template: Arc, pub actual_pt_size: Au, pub font_metrics: FontMetrics, - pub font_key: Option, + pub font_key: webrender_traits::FontKey, /// The glyph runs that make up this text run. pub glyphs: Arc>, pub bidi_level: u8, -- cgit v1.2.3