Bug 2046918 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Servo has made this type public and it using it outside of WebRender (along with other webrender_api types). However, that it causing crates to depend on webrender rather than just webrender_api which pessimises our build parallelism. This moves the type from webrender into webrender_api solving that issue.
Servo has made this type public and it using it outside of WebRender (along with other webrender_api types). However, that it causing crates to depend on webrender rather than just webrender_api which pessimises our build parallelism. This moves the type from webrender into webrender_api solving that issue.

(patch incoming)

Back to Bug 2046918 Comment 0