mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #9515 - bholley:stylo_uplifts_2, r=SimonSapin
Stylo uplifts Part 2 A bunch of random things that we might as well merge into the tree. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9515) <!-- Reviewable:end -->
This commit is contained in:
commit
629b1d33d5
8 changed files with 353 additions and 117 deletions
|
@ -50,6 +50,7 @@ pub fn heap_size_of_local_context() -> usize {
|
|||
})
|
||||
}
|
||||
|
||||
// Keep this implementation in sync with the one in ports/geckolib/traversal.rs.
|
||||
fn create_or_get_local_context(shared_layout_context: &SharedLayoutContext)
|
||||
-> Rc<LocalLayoutContext> {
|
||||
LOCAL_CONTEXT_KEY.with(|r| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue