mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Bug 1298588 part 5. Store a ComputedValues on SharedStyleContext. r=bholley
This commit is contained in:
parent
a5ac55c8ff
commit
56941d61a7
3 changed files with 12 additions and 0 deletions
|
@ -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(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue