mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Update WR.
* CPU text run optimizations. * Linux subpixel positioning / rasterization. * Update debug flags API. * Update to resource transactions API.
This commit is contained in:
parent
689dadc751
commit
f6a9f15fed
9 changed files with 74 additions and 48 deletions
|
@ -1067,7 +1067,8 @@ impl LayoutThread {
|
|||
Some(get_root_flow_background_color(layout_root)),
|
||||
viewport_size,
|
||||
builder.finalize(),
|
||||
true);
|
||||
true,
|
||||
webrender_api::ResourceUpdates::new());
|
||||
self.webrender_api.generate_frame(self.webrender_document, None);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue