Report memory usage from LayoutThreadData Stylist [#7038]

This commit is contained in:
Pawel Kondzior 2016-03-19 00:52:02 -07:00
parent e551ea7322
commit db2e10a70f
11 changed files with 133 additions and 164 deletions

View file

@ -23,7 +23,7 @@ pub fn parse_name(s: &str) -> Result<&str, ()> {
}
}
#[derive(Clone, PartialEq, Debug)]
#[derive(Clone, PartialEq, Debug, HeapSizeOf)]
pub struct SpecifiedValue {
css: String,