mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix ./mach build --release --with-layout-2020
This commit is contained in:
parent
34d0c313dc
commit
d1241a8d06
6 changed files with 136 additions and 32 deletions
|
@ -387,3 +387,11 @@ pub fn process_element_inner_text_query<'dom>(_node: impl LayoutNode<'dom>) -> S
|
|||
pub fn process_text_index_request(_node: OpaqueNode, _point: Point2D<Au>) -> TextIndexResponse {
|
||||
TextIndexResponse(None)
|
||||
}
|
||||
|
||||
pub fn process_resolved_font_style_query<'dom>(
|
||||
_node: impl LayoutNode<'dom>,
|
||||
_property: &PropertyId,
|
||||
_value: &str,
|
||||
) -> Option<ServoArc<Font>> {
|
||||
None
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue