mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
style: Move the stylesheet invalidation code to another submodule.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1357461 MozReview-Commit-ID: DIzZXoHycZs
This commit is contained in:
parent
8a9d9ab2f9
commit
b5232c940d
3 changed files with 299 additions and 292 deletions
|
@ -5,7 +5,7 @@
|
|||
//! A centralized set of stylesheets for a document.
|
||||
|
||||
use dom::TElement;
|
||||
use invalidation::StylesheetInvalidationSet;
|
||||
use invalidation::stylesheets::StylesheetInvalidationSet;
|
||||
use shared_lock::SharedRwLockReadGuard;
|
||||
use std::slice;
|
||||
use stylearc::Arc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue