style: Add a document state invalidator.

This commit is contained in:
Emilio Cobos Álvarez 2018-01-11 15:53:36 +01:00
parent 2c1d72ad1a
commit 5b7d9eb94a
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
5 changed files with 102 additions and 10 deletions

View file

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