Bug 1357583: style: Add an initial version of the stylesheet invalidation code. r=heycam

MozReview-Commit-ID: 4jLxPYNF07U
This commit is contained in:
Emilio Cobos Álvarez 2017-05-24 02:17:51 +02:00
parent c88f2ffe24
commit 658075af32
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 276 additions and 0 deletions

View file

@ -110,6 +110,7 @@ pub mod font_face;
pub mod font_metrics;
#[cfg(feature = "gecko")] #[allow(unsafe_code)] pub mod gecko;
#[cfg(feature = "gecko")] #[allow(unsafe_code)] pub mod gecko_bindings;
pub mod invalidation;
pub mod keyframes;
#[allow(missing_docs)] // TODO.
pub mod logical_geometry;