diff options
author | Martin Robinson <mrobinson@igalia.com> | 2025-05-06 16:27:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-06 14:27:51 +0000 |
commit | d5e008fd6aaa44d19686390b6fde4a111e99649a (patch) | |
tree | 754e159dbd7b029d1e8f0625734a155e2ea37fd7 /components/script/dom/webgpu/gpuqueue.rs | |
parent | 51b95a62465d2034fb64f785fb1d731c30755c17 (diff) | |
download | servo-d5e008fd6aaa44d19686390b6fde4a111e99649a.tar.gz servo-d5e008fd6aaa44d19686390b6fde4a111e99649a.zip |
layout: Use `ServoLayoutNode` directly instead of a generic `impl` (#36876)
This makes it so that layout is no longer generic on the node type,
depending directly on `script`'s `ServoLayoutNode`. In addition to
greatly simplifying layout, this is necessary because incremental layout
needs to be able to create pseudo-element styles without having a handle
on the original `impl LayoutNode`. We feel this is a reasonable
tradeoff.
Testing: No functional changes, so covered by existing WPT tests.
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'components/script/dom/webgpu/gpuqueue.rs')
0 files changed, 0 insertions, 0 deletions