mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
style: Reword a TODO in the stylesheet invalidation code.
We already run that for removals.
This commit is contained in:
parent
d5a24b79d9
commit
56282f4fab
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ impl InvalidationScope {
|
|||
|
||||
/// A set of invalidations due to stylesheet additions.
|
||||
///
|
||||
/// TODO(emilio): We might be able to do the same analysis for removals and
|
||||
/// media query changes too?
|
||||
/// TODO(emilio): We might be able to do the same analysis for media query
|
||||
/// changes too (or even selector changes?).
|
||||
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
|
||||
pub struct StylesheetInvalidationSet {
|
||||
/// The style scopes we know we have to restyle so far.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue