mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
In the Gecko case, this style source would be the style context. In the servo case, it will be always the computed values. We could optimise this further in the case of stylo (from three FFI calls to one) if we use an API of the form CalcAndStore(node, new_cv). But that would imply borrowing the data twice from Servo (we also have borrow_data_unchecked fwiw, but...). |
||
---|---|---|
.. | ||
Cargo.toml | ||
lib.rs | ||
message.rs | ||
reporter.rs | ||
restyle_damage.rs | ||
rpc.rs | ||
wrapper_traits.rs |