mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Add a document state invalidator.
This commit is contained in:
parent
2c1d72ad1a
commit
5b7d9eb94a
5 changed files with 102 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue