mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
That way we can look at the parent dependency as described in the previous patch. An alternative would be to add a: parent_dependency: Option<&'a Dependency> on construction to `Invalidation`, but this way seems slightly better to avoid growing the struct. It's not even one more indirection because the selector is contained directly in the Dependency struct. Differential Revision: https://phabricator.services.mozilla.com/D71422 |
||
---|---|---|
.. | ||
element | ||
media_queries.rs | ||
mod.rs | ||
stylesheets.rs |