Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-09-23 18:56:49 +02:00 committed by Martin Robinson
parent fa8b5f17e3
commit 03e84754cc

View file

@ -74,6 +74,7 @@ bitflags! {
/// Flags for the @font-face tech() function, indicating font technologies /// Flags for the @font-face tech() function, indicating font technologies
/// required by the resource. /// required by the resource.
#[derive(ToShmem)] #[derive(ToShmem)]
#[cfg_attr(feature = "servo", derive(Deserialize, Serialize))]
#[repr(C)] #[repr(C)]
pub struct FontFaceSourceTechFlags: u16 { pub struct FontFaceSourceTechFlags: u16 {
/// Font requires OpenType feature support. /// Font requires OpenType feature support.