Bug 1298588 part 5. Store a ComputedValues on SharedStyleContext. r=bholley

This commit is contained in:
Boris Zbarsky 2017-01-04 13:41:47 -05:00
parent a5ac55c8ff
commit 56941d61a7
3 changed files with 12 additions and 0 deletions

View file

@ -112,6 +112,7 @@ fn create_shared_context(per_doc_data: &PerDocumentStyleDataImpl) -> SharedStyle
timer: Timer::new(),
// FIXME Find the real QuirksMode information for this document
quirks_mode: QuirksMode::NoQuirks,
default_computed_values: per_doc_data.default_computed_values.clone(),
}
}