mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Query layout to resolve canvas font property value
This commit is contained in:
parent
f161ab8e57
commit
7883718c12
11 changed files with 161 additions and 9 deletions
|
@ -1242,6 +1242,7 @@ impl LayoutThread {
|
|||
// builder in order to support query iframe sizing.
|
||||
rw_data.inner_window_dimensions_response = None;
|
||||
},
|
||||
&QueryMsg::ParseFontQuery(_, _) => unimplemented!(),
|
||||
},
|
||||
ReflowGoal::Full | ReflowGoal::TickAnimations => {},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue