mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Refactor renderer into single function.
This removes the task per tile rendering and instead renders tiles serially. This also unwraps the rendering into a single function so that it's much clearer.
This commit is contained in:
parent
ece8791c26
commit
a9e1354118
5 changed files with 75 additions and 189 deletions
|
@ -25,8 +25,7 @@ use gfx::display_list::DisplayList;
|
|||
use gfx::font_context::FontContext;
|
||||
use gfx::geometry::Au;
|
||||
use gfx::opts::Opts;
|
||||
use gfx::render_layers::RenderLayer;
|
||||
use gfx::render_task::{RenderMsg, RenderChan};
|
||||
use gfx::render_task::{RenderMsg, RenderChan, RenderLayer};
|
||||
use newcss::select::SelectCtx;
|
||||
use newcss::stylesheet::Stylesheet;
|
||||
use newcss::types::OriginAuthor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue