mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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
|
@ -246,8 +246,8 @@ impl ElementData {
|
|||
return InvalidationResult::empty();
|
||||
}
|
||||
|
||||
use invalidation::element::collector::StateAndAttrInvalidationProcessor;
|
||||
use invalidation::element::invalidator::TreeStyleInvalidator;
|
||||
use invalidation::element::state_and_attributes::StateAndAttrInvalidationProcessor;
|
||||
|
||||
debug!("invalidate_style_if_needed: {:?}, flags: {:?}, has_snapshot: {}, \
|
||||
handled_snapshot: {}, pseudo: {:?}",
|
||||
|
|
|
@ -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