mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Further changes required by Servo
This commit is contained in:
parent
c4b8e451ed
commit
12903c51d5
1 changed files with 5 additions and 1 deletions
|
@ -31,6 +31,7 @@ use style::selector_parser::{
|
|||
SelectorImpl,
|
||||
};
|
||||
use style::shared_lock::Locked as StyleLocked;
|
||||
use style::values::computed::Display;
|
||||
use style::values::{AtomIdent, AtomString};
|
||||
use style::CaseSensitivityExt;
|
||||
use style_traits::dom::ElementState;
|
||||
|
@ -452,7 +453,10 @@ impl<'dom, LayoutDataType: LayoutDataTrait> style::dom::TElement
|
|||
self.element.namespace()
|
||||
}
|
||||
|
||||
fn query_container_size(&self) -> euclid::default::Size2D<Option<app_units::Au>> {
|
||||
fn query_container_size(
|
||||
&self,
|
||||
_display: &Display,
|
||||
) -> euclid::default::Size2D<Option<app_units::Au>> {
|
||||
todo!();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue