mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Further changes required by Servo
This commit is contained in:
parent
bbf10a43b8
commit
9605ed7c74
5 changed files with 15 additions and 8 deletions
|
@ -452,6 +452,10 @@ impl<'dom, LayoutDataType: LayoutDataTrait> style::dom::TElement
|
|||
fn namespace(&self) -> &Namespace {
|
||||
self.element.namespace()
|
||||
}
|
||||
|
||||
fn primary_box_size(&self) -> euclid::default::Size2D<app_units::Au> {
|
||||
todo!();
|
||||
}
|
||||
}
|
||||
|
||||
impl<'dom, LayoutDataType: LayoutDataTrait> ::selectors::Element
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue