style: Split the invalidation collection from the invalidator step.

This is the first step in reusing the invalidation machinery for other stuff,
potentially including QuerySelector / QuerySelectorAll.
This commit is contained in:
Emilio Cobos Álvarez 2017-10-12 13:32:40 +02:00
parent ec00c660f0
commit b9b3e592dd
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 462 additions and 384 deletions

View file

@ -4,6 +4,7 @@
//! Invalidation of element styles due to attribute or style changes.
pub mod collector;
pub mod element_wrapper;
pub mod invalidation_map;
pub mod invalidator;