mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Auto merge of #26823 - jdm:single-renderapi, r=asajeffrey
Update webrender These changes reflect changes in webrender's API that make RenderApiSender and RenderApi objects more challenging to share. This PR moves us to a model where: * the compositor owns the main RenderApi object * other threads that need to create transactions or manipulate fonts proxy those operations to the compositor (script/layout use IPC, while other threads use non-IPC channels) * the webgl thread owns its own independent RenderApi
This commit is contained in:
commit
7eacfa4f0d
51 changed files with 421 additions and 331 deletions
|
@ -1,3 +1,4 @@
|
|||
[inline_block_baseline_a.html]
|
||||
expected:
|
||||
if os == "mac": FAIL
|
||||
if os == "linux": FAIL
|
||||
fuzzy: /_mozilla/css/inline_block_baseline_ref.html:49;2097
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue