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
748dd1eae2
commit
134f680503
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ impl<'dom, LayoutDataType: LayoutDataTrait> style::dom::TElement
|
|||
self.element.namespace()
|
||||
}
|
||||
|
||||
fn primary_box_size(&self) -> euclid::default::Size2D<app_units::Au> {
|
||||
fn primary_content_box_size(&self) -> euclid::default::Size2D<app_units::Au> {
|
||||
todo!();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue