diff options
author | Oriol Brufau <obrufau@igalia.com> | 2023-10-31 22:08:22 +0100 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2023-11-04 08:17:09 +0100 |
commit | 134f6805038dbef14f241e8a48a57bc9abdbd304 (patch) | |
tree | 62dfcc728be8cc2e39ded4f636d40fb232b78db4 /components/script/layout_dom | |
parent | 748dd1eae2c734f7b6d7f986a0106a979c0fd824 (diff) | |
download | servo-134f6805038dbef14f241e8a48a57bc9abdbd304.tar.gz servo-134f6805038dbef14f241e8a48a57bc9abdbd304.zip |
Further changes required by Servo
Diffstat (limited to 'components/script/layout_dom')
-rw-r--r-- | components/script/layout_dom/element.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/layout_dom/element.rs b/components/script/layout_dom/element.rs index e4e20b1c1ab..56b794a945b 100644 --- a/components/script/layout_dom/element.rs +++ b/components/script/layout_dom/element.rs @@ -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!(); } } |