mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
style: Measure heap allocations hanging off selector components.
Bug: 1475191 Reviewed-by: emilio MozReview-Commit-ID: D7vZQ7v8owS
This commit is contained in:
parent
dd277be487
commit
a41127152b
5 changed files with 89 additions and 16 deletions
|
@ -172,7 +172,7 @@ impl<T> PerPseudoElementMap<T> {
|
|||
}
|
||||
|
||||
/// Values for the :dir() pseudo class
|
||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||
#[derive(Clone, Debug, Eq, MallocSizeOf, PartialEq)]
|
||||
pub enum Direction {
|
||||
/// left-to-right semantic directionality
|
||||
Ltr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue