mirror of
https://github.com/servo/servo.git
synced 2025-06-18 05:14:28 +00:00
Further changes required by Servo
This commit is contained in:
parent
0c36795e20
commit
e19c955c1c
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ impl<'dom, LayoutDataType: LayoutDataTrait> style::dom::TElement
|
||||||
self.element.namespace()
|
self.element.namespace()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn primary_content_box_size(&self) -> euclid::default::Size2D<Option<app_units::Au>> {
|
fn query_container_size(&self) -> euclid::default::Size2D<Option<app_units::Au>> {
|
||||||
todo!();
|
todo!();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue