mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Move invalidation::element::collector to invalidation::element::state_and_attributes.
Since it's what that file is about.
This commit is contained in:
parent
b6a2bff032
commit
b91efadd8d
3 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
//! Invalidation of element styles due to attribute or style changes.
|
||||
|
||||
pub mod collector;
|
||||
pub mod element_wrapper;
|
||||
pub mod invalidation_map;
|
||||
pub mod invalidator;
|
||||
pub mod restyle_hints;
|
||||
pub mod state_and_attributes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue