Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-08-14 23:35:27 +02:00 committed by Martin Robinson
parent bbf10a43b8
commit 9605ed7c74
5 changed files with 15 additions and 8 deletions

View file

@ -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